Html Css Color HEX #6F0812 Burgundy

📋 copy color: '#6F0812'

red 111 ◦ green 8 ◦ blue 18

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

Shades of Burgundy #6F0812

Tints of Burgundy #6F0812

RGB

 RED value IS 111 (43.75% from 255) = 81.02%

 GREEN value IS 8 (3.52% from 255) = 5.84%

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

R = 81.02%
G = 5.84%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#6F0812 (or 0x6F0812) is known color: Burgundy. HEX triplet: 6F, 08 and 12. RGB value is (111,8,18). Sum of RGB (Red+Green+Blue) = 111+8+18=137 (18% of max value = 765). Red value is 111 (43.75% from 255 or 81.02% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0812 is #90F7ED. Grayscale: #272727. Windows color (decimal): -9500654 or 1181807. OLE color: 1181807.

HSL color Cylindrical-coordinate representation of color #6F0812: hue angle of 354.17º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0812 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 8 18 -
CMYK 0 0.93 0.84 0.56
HSL 354.17º 0.87% 0.23% -
HSV(B) 354.17º 0.93% 0.44% -
XYZ 6.75 3.6 0.91 -
YUV 39.94 115.62 178.69 -
System Red Green Blue C M Y K H S L
Decimal 111 8 18 0 0.93 0.84 0.56 354.17 0.87 0.23
Hex 6F 8 12 0 5D 54 38 162 57 17
Octal 157 10 22 0 135 124 70 542 127 27
Binary 1101111 1000 10010 0 1011101 1010100 111000 101100010 1010111 10111

Color Harmonies of #6F0812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0812

Black with #6F0812

Text Example


Text Example

White with #6F0812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,8,18); }

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

background-color css

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

 a { background-color: rgb(111,8,18); }

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

border-color css

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

 span { border-color: rgb(111,8,18); }

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