Html Css Color HEX #6F0A12 Burgundy

📋 copy color: '#6F0A12'

red 111 ◦ green 10 ◦ blue 18

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

Shades of Burgundy #6F0A12

Tints of Burgundy #6F0A12

RGB

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

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

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

R = 79.86%
G = 7.19%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#6F0A12 (or 0x6F0A12) is known color: Burgundy. HEX triplet: 6F, 0A and 12. RGB value is (111,10,18). Sum of RGB (Red+Green+Blue) = 111+10+18=139 (18% of max value = 765). Red value is 111 (43.75% from 255 or 79.86% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0A12 is #90F5ED. Grayscale: #292929. Windows color (decimal): -9500142 or 1182319. OLE color: 1182319.

HSL color Cylindrical-coordinate representation of color #6F0A12: hue angle of 355.25º 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 #6F0A12 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 10 18 -
CMYK 0 0.91 0.84 0.56
HSL 355.25º 0.83% 0.24% -
HSV(B) 355.25º 0.91% 0.44% -
XYZ 6.77 3.64 0.92 -
YUV 41.11 114.96 177.85 -
System Red Green Blue C M Y K H S L
Decimal 111 10 18 0 0.91 0.84 0.56 355.25 0.83 0.24
Hex 6F A 12 0 5B 54 38 163 53 18
Octal 157 12 22 0 133 124 70 543 123 30
Binary 1101111 1010 10010 0 1011011 1010100 111000 101100011 1010011 11000

Color Harmonies of #6F0A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0A12

Black with #6F0A12

Text Example


Text Example

White with #6F0A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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