Html Css Color HEX #6B0D04 Maroon

📋 copy color: '#6B0D04'

red 107 ◦ green 13 ◦ blue 4

#6B0D04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #6B0D04

Tints of Maroon #6B0D04

RGB

 RED value IS 107 (42.19% from 255) = 86.29%

 GREEN value IS 13 (5.47% from 255) = 10.48%

 BLUE value IS 4 (1.95% from 255) = 3.23%

R = 86.29%
G = 10.48%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.58

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6B0D04 (or 0x6B0D04) is known color: Maroon. HEX triplet: 6B, 0D and 04. RGB value is (107,13,4). Sum of RGB (Red+Green+Blue) = 107+13+4=124 (16% of max value = 765). Red value is 107 (42.19% from 255 or 86.29% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0D04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0D04 is #94F2FB. Grayscale: #282828. Windows color (decimal): -9761532 or 265579. OLE color: 265579.

HSL color Cylindrical-coordinate representation of color #6B0D04: hue angle of 5.24º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B0D04 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 13 4 -
CMYK 0 0.88 0.96 0.58
HSL 5.24º 0.93% 0.22% -
HSV(B) 5.24º 0.96% 0.42% -
XYZ 6.23 3.42 0.45 -
YUV 40.08 107.64 175.73 -
System Red Green Blue C M Y K H S L
Decimal 107 13 4 0 0.88 0.96 0.58 5.24 0.93 0.22
Hex 6B D 4 0 58 60 3A 5 5D 16
Octal 153 15 4 0 130 140 72 5 135 26
Binary 1101011 1101 100 0 1011000 1100000 111010 101 1011101 10110

Color Harmonies of #6B0D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0D04

Black with #6B0D04

Text Example


Text Example

White with #6B0D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B0D04; }

 p { color: rgb(107,13,4); }

 H1.HeaderClassName
 {
   color: #6B0D04;
 }
 .AnyTagClassName
 {
   color: #6B0D04;
 }
</style>

background-color css

<style>
 a { background-color: #6B0D04; }

 a { background-color: rgb(107,13,4); }

 div.DivClassName
 {
   background-color: #6B0D04;
 }
 .BgClassName
 {
   background-color: #6B0D04;
 }
</style>

border-color css

<style>
 span { border-color: #6B0D04; }

 span { border-color: rgb(107,13,4); }

 td.TdClassName
 {
   border-color: #6B0D04;
 }
 .TagClassName
 {
   border-color: #6B0D04;
 }
</style>