Html Css Color HEX #6F0A18 Burgundy

📋 copy color: '#6F0A18'

red 111 ◦ green 10 ◦ blue 24

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

Shades of Burgundy #6F0A18

Tints of Burgundy #6F0A18

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.9%

 BLUE value IS 24 (9.77% from 255) = 16.55%

R = 76.55%
G = 6.9%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#6F0A18 (or 0x6F0A18) is known color: Burgundy. HEX triplet: 6F, 0A and 18. RGB value is (111,10,24). Sum of RGB (Red+Green+Blue) = 111+10+24=145 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.55% from 145); Green value is 10 (4.30% from 255 or 6.90% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0A18 is #90F5E7. Grayscale: #292929. Windows color (decimal): -9500136 or 1575535. OLE color: 1575535.

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

Color convert

RGB 111 10 24 -
CMYK 0 0.91 0.78 0.56
HSL 351.68º 0.83% 0.24% -
HSV(B) 351.68º 0.91% 0.44% -
XYZ 6.83 3.66 1.21 -
YUV 41.8 117.96 177.36 -
System Red Green Blue C M Y K H S L
Decimal 111 10 24 0 0.91 0.78 0.56 351.68 0.83 0.24
Hex 6F A 18 0 5B 4E 38 160 53 18
Octal 157 12 30 0 133 116 70 540 123 30
Binary 1101111 1010 11000 0 1011011 1001110 111000 101100000 1010011 11000

Color Harmonies of #6F0A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0A18

Black with #6F0A18

Text Example


Text Example

White with #6F0A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,10,24); }

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

background-color css

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

 a { background-color: rgb(111,10,24); }

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

border-color css

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

 span { border-color: rgb(111,10,24); }

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