Html Css Color HEX #6F0612 Burgundy

📋 copy color: '#6F0612'

red 111 ◦ green 6 ◦ blue 18

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

Shades of Burgundy #6F0612

Tints of Burgundy #6F0612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.44%

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

R = 82.22%
G = 4.44%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#6F0612 (or 0x6F0612) is known color: Burgundy. HEX triplet: 6F, 06 and 12. RGB value is (111,6,18). Sum of RGB (Red+Green+Blue) = 111+6+18=135 (17% of max value = 765). Red value is 111 (43.75% from 255 or 82.22% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0612 is #90F9ED. Grayscale: #262626. Windows color (decimal): -9501166 or 1181295. OLE color: 1181295.

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

Color convert

RGB 111 6 18 -
CMYK 0 0.95 0.84 0.56
HSL 353.14º 0.9% 0.23% -
HSV(B) 353.14º 0.95% 0.44% -
XYZ 6.73 3.55 0.9 -
YUV 38.76 116.29 179.52 -
System Red Green Blue C M Y K H S L
Decimal 111 6 18 0 0.95 0.84 0.56 353.14 0.9 0.23
Hex 6F 6 12 0 5F 54 38 161 5A 17
Octal 157 6 22 0 137 124 70 541 132 27
Binary 1101111 110 10010 0 1011111 1010100 111000 101100001 1011010 10111

Color Harmonies of #6F0612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0612

Black with #6F0612

Text Example


Text Example

White with #6F0612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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