Html Css Color HEX #6F0912 Burgundy

📋 copy color: '#6F0912'

red 111 ◦ green 9 ◦ blue 18

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

Shades of Burgundy #6F0912

Tints of Burgundy #6F0912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.52%

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

R = 80.43%
G = 6.52%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#6F0912 (or 0x6F0912) is known color: Burgundy. HEX triplet: 6F, 09 and 12. RGB value is (111,9,18). Sum of RGB (Red+Green+Blue) = 111+9+18=138 (18% of max value = 765). Red value is 111 (43.75% from 255 or 80.43% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0912 is #90F6ED. Grayscale: #282828. Windows color (decimal): -9500398 or 1182063. OLE color: 1182063.

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

Color convert

RGB 111 9 18 -
CMYK 0 0.92 0.84 0.56
HSL 354.71º 0.85% 0.24% -
HSV(B) 354.71º 0.92% 0.44% -
XYZ 6.76 3.62 0.91 -
YUV 40.52 115.29 178.27 -
System Red Green Blue C M Y K H S L
Decimal 111 9 18 0 0.92 0.84 0.56 354.71 0.85 0.24
Hex 6F 9 12 0 5C 54 38 163 55 18
Octal 157 11 22 0 134 124 70 543 125 30
Binary 1101111 1001 10010 0 1011100 1010100 111000 101100011 1010101 11000

Color Harmonies of #6F0912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0912

Black with #6F0912

Text Example


Text Example

White with #6F0912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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