Html Css Color HEX #6F0409 Burgundy

📋 copy color: '#6F0409'

red 111 ◦ green 4 ◦ blue 9

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

Shades of Burgundy #6F0409

Tints of Burgundy #6F0409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.26%

R = 89.52%
G = 3.23%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#6F0409 (or 0x6F0409) is known color: Burgundy. HEX triplet: 6F, 04 and 09. RGB value is (111,4,9). Sum of RGB (Red+Green+Blue) = 111+4+9=124 (16% of max value = 765). Red value is 111 (43.75% from 255 or 89.52% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0409 is #90FBF6. Grayscale: #242424. Windows color (decimal): -9501687 or 590959. OLE color: 590959.

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

Color convert

RGB 111 4 9 -
CMYK 0 0.96 0.92 0.56
HSL 357.2º 0.93% 0.23% -
HSV(B) 357.2º 0.96% 0.44% -
XYZ 6.65 3.49 0.58 -
YUV 36.56 112.45 181.09 -
System Red Green Blue C M Y K H S L
Decimal 111 4 9 0 0.96 0.92 0.56 357.2 0.93 0.23
Hex 6F 4 9 0 60 5C 38 165 5D 17
Octal 157 4 11 0 140 134 70 545 135 27
Binary 1101111 100 1001 0 1100000 1011100 111000 101100101 1011101 10111

Color Harmonies of #6F0409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0409

Black with #6F0409

Text Example


Text Example

White with #6F0409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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