Html Css Color HEX #6F0815 Burgundy

📋 copy color: '#6F0815'

red 111 ◦ green 8 ◦ blue 21

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

Shades of Burgundy #6F0815

Tints of Burgundy #6F0815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.71%

 BLUE value IS 21 (8.59% from 255) = 15%

R = 79.29%
G = 5.71%
B = 15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#6F0815 (or 0x6F0815) is known color: Burgundy. HEX triplet: 6F, 08 and 15. RGB value is (111,8,21). Sum of RGB (Red+Green+Blue) = 111+8+21=140 (18% of max value = 765). Red value is 111 (43.75% from 255 or 79.29% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0815 is #90F7EA. Grayscale: #282828. Windows color (decimal): -9500651 or 1378415. OLE color: 1378415.

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

Color convert

RGB 111 8 21 -
CMYK 0 0.93 0.81 0.56
HSL 352.43º 0.87% 0.23% -
HSV(B) 352.43º 0.93% 0.44% -
XYZ 6.78 3.61 1.05 -
YUV 40.28 117.12 178.44 -
System Red Green Blue C M Y K H S L
Decimal 111 8 21 0 0.93 0.81 0.56 352.43 0.87 0.23
Hex 6F 8 15 0 5D 51 38 160 57 17
Octal 157 10 25 0 135 121 70 540 127 27
Binary 1101111 1000 10101 0 1011101 1010001 111000 101100000 1010111 10111

Color Harmonies of #6F0815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0815

Black with #6F0815

Text Example


Text Example

White with #6F0815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,8,21); }

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

background-color css

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

 a { background-color: rgb(111,8,21); }

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

border-color css

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

 span { border-color: rgb(111,8,21); }

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