Html Css Color HEX #6F040C Burgundy

📋 copy color: '#6F040C'

red 111 ◦ green 4 ◦ blue 12

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

Shades of Burgundy #6F040C

Tints of Burgundy #6F040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.15%

 BLUE value IS 12 (5.08% from 255) = 9.45%

R = 87.4%
G = 3.15%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#6F040C (or 0x6F040C) is known color: Burgundy. HEX triplet: 6F, 04 and 0C. RGB value is (111,4,12). Sum of RGB (Red+Green+Blue) = 111+4+12=127 (16% of max value = 765). Red value is 111 (43.75% from 255 or 87.40% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 111 - color contains mainly: red. Hex color #6F040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F040C is #90FBF3. Grayscale: #242424. Windows color (decimal): -9501684 or 787567. OLE color: 787567.

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

Color convert

RGB 111 4 12 -
CMYK 0 0.96 0.89 0.56
HSL 355.51º 0.93% 0.23% -
HSV(B) 355.51º 0.96% 0.44% -
XYZ 6.67 3.49 0.67 -
YUV 36.91 113.95 180.85 -
System Red Green Blue C M Y K H S L
Decimal 111 4 12 0 0.96 0.89 0.56 355.51 0.93 0.23
Hex 6F 4 C 0 60 59 38 164 5D 17
Octal 157 4 14 0 140 131 70 544 135 27
Binary 1101111 100 1100 0 1100000 1011001 111000 101100100 1011101 10111

Color Harmonies of #6F040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F040C

Black with #6F040C

Text Example


Text Example

White with #6F040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,4,12); }

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

background-color css

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

 a { background-color: rgb(111,4,12); }

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

border-color css

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

 span { border-color: rgb(111,4,12); }

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