Html Css Color HEX #6F0417 Burgundy

📋 copy color: '#6F0417'

red 111 ◦ green 4 ◦ blue 23

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

Shades of Burgundy #6F0417

Tints of Burgundy #6F0417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.67%

R = 80.43%
G = 2.9%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#6F0417 (or 0x6F0417) is known color: Burgundy. HEX triplet: 6F, 04 and 17. RGB value is (111,4,23). Sum of RGB (Red+Green+Blue) = 111+4+23=138 (18% of max value = 765). Red value is 111 (43.75% from 255 or 80.43% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0417 is #90FBE8. Grayscale: #262626. Windows color (decimal): -9501673 or 1508463. OLE color: 1508463.

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

Color convert

RGB 111 4 23 -
CMYK 0 0.96 0.79 0.56
HSL 349.35º 0.93% 0.23% -
HSV(B) 349.35º 0.96% 0.44% -
XYZ 6.75 3.53 1.14 -
YUV 38.16 119.45 179.96 -
System Red Green Blue C M Y K H S L
Decimal 111 4 23 0 0.96 0.79 0.56 349.35 0.93 0.23
Hex 6F 4 17 0 60 4F 38 15D 5D 17
Octal 157 4 27 0 140 117 70 535 135 27
Binary 1101111 100 10111 0 1100000 1001111 111000 101011101 1011101 10111

Color Harmonies of #6F0417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0417

Black with #6F0417

Text Example


Text Example

White with #6F0417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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