Html Css Color HEX #6F0411 Burgundy

📋 copy color: '#6F0411'

red 111 ◦ green 4 ◦ blue 17

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

Shades of Burgundy #6F0411

Tints of Burgundy #6F0411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.88%

R = 84.09%
G = 3.03%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#6F0411 (or 0x6F0411) is known color: Burgundy. HEX triplet: 6F, 04 and 11. RGB value is (111,4,17). Sum of RGB (Red+Green+Blue) = 111+4+17=132 (17% of max value = 765). Red value is 111 (43.75% from 255 or 84.09% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0411 is #90FBEE. Grayscale: #252525. Windows color (decimal): -9501679 or 1115247. OLE color: 1115247.

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

Color convert

RGB 111 4 17 -
CMYK 0 0.96 0.85 0.56
HSL 352.71º 0.93% 0.23% -
HSV(B) 352.71º 0.96% 0.44% -
XYZ 6.7 3.51 0.85 -
YUV 37.48 116.45 180.44 -
System Red Green Blue C M Y K H S L
Decimal 111 4 17 0 0.96 0.85 0.56 352.71 0.93 0.23
Hex 6F 4 11 0 60 55 38 161 5D 17
Octal 157 4 21 0 140 125 70 541 135 27
Binary 1101111 100 10001 0 1100000 1010101 111000 101100001 1011101 10111

Color Harmonies of #6F0411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0411

Black with #6F0411

Text Example


Text Example

White with #6F0411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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