Html Css Color HEX #6F0012 Burgundy

📋 copy color: '#6F0012'

red 111 ◦ green 0 ◦ blue 18

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

Shades of Burgundy #6F0012

Tints of Burgundy #6F0012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.05%
G = 0%
B = 13.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#6F0012 (or 0x6F0012) is known color: Burgundy. HEX triplet: 6F, 00 and 12. RGB value is (111,0,18). Sum of RGB (Red+Green+Blue) = 111+0+18=129 (17% of max value = 765). Red value is 111 (43.75% from 255 or 86.05% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0012 is #90FFED. Grayscale: #232323. Windows color (decimal): -9502702 or 1179759. OLE color: 1179759.

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

Color convert

RGB 111 0 18 -
CMYK 0 1 0.84 0.56
HSL 350.27º 1% 0.22% -
HSV(B) 350.27º 1% 0.44% -
XYZ 6.66 3.42 0.88 -
YUV 35.24 118.27 182.04 -
System Red Green Blue C M Y K H S L
Decimal 111 0 18 0 1 0.84 0.56 350.27 1 0.22
Hex 6F 0 12 0 64 54 38 15E 64 16
Octal 157 0 22 0 144 124 70 536 144 26
Binary 1101111 0 10010 0 1100100 1010100 111000 101011110 1100100 10110

Color Harmonies of #6F0012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0012

Black with #6F0012

Text Example


Text Example

White with #6F0012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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