Html Css Color HEX #6B0412 Burgundy

📋 copy color: '#6B0412'

red 107 ◦ green 4 ◦ blue 18

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

Shades of Burgundy #6B0412

Tints of Burgundy #6B0412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.1%

 BLUE value IS 18 (7.42% from 255) = 13.95%

R = 82.95%
G = 3.1%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.58

RGB Variations

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

Color information

#6B0412 (or 0x6B0412) is known color: Burgundy. HEX triplet: 6B, 04 and 12. RGB value is (107,4,18). Sum of RGB (Red+Green+Blue) = 107+4+18=129 (17% of max value = 765). Red value is 107 (42.19% from 255 or 82.95% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0412 is #94FBED. Grayscale: #242424. Windows color (decimal): -9763822 or 1180779. OLE color: 1180779.

HSL color Cylindrical-coordinate representation of color #6B0412: hue angle of 351.84º 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 #6B0412 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 4 18 -
CMYK 0 0.96 0.83 0.58
HSL 351.84º 0.93% 0.22% -
HSV(B) 351.84º 0.96% 0.42% -
XYZ 6.22 3.26 0.87 -
YUV 36.39 117.62 178.36 -
System Red Green Blue C M Y K H S L
Decimal 107 4 18 0 0.96 0.83 0.58 351.84 0.93 0.22
Hex 6B 4 12 0 60 53 3A 160 5D 16
Octal 153 4 22 0 140 123 72 540 135 26
Binary 1101011 100 10010 0 1100000 1010011 111010 101100000 1011101 10110

Color Harmonies of #6B0412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0412

Black with #6B0412

Text Example


Text Example

White with #6B0412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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