Html Css Color HEX #6F0820 Burgundy

📋 copy color: '#6F0820'

red 111 ◦ green 8 ◦ blue 32

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

Shades of Burgundy #6F0820

Tints of Burgundy #6F0820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 21.19%

R = 73.51%
G = 5.3%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#6F0820 (or 0x6F0820) is known color: Burgundy. HEX triplet: 6F, 08 and 20. RGB value is (111,8,32). Sum of RGB (Red+Green+Blue) = 111+8+32=151 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.51% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0820 is #90F7DF. Grayscale: #292929. Windows color (decimal): -9500640 or 2099311. OLE color: 2099311.

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

Color convert

RGB 111 8 32 -
CMYK 0 0.93 0.71 0.56
HSL 346.02º 0.87% 0.23% -
HSV(B) 346.02º 0.93% 0.44% -
XYZ 6.9 3.66 1.71 -
YUV 41.53 122.62 177.55 -
System Red Green Blue C M Y K H S L
Decimal 111 8 32 0 0.93 0.71 0.56 346.02 0.87 0.23
Hex 6F 8 20 0 5D 47 38 15A 57 17
Octal 157 10 40 0 135 107 70 532 127 27
Binary 1101111 1000 100000 0 1011101 1000111 111000 101011010 1010111 10111

Color Harmonies of #6F0820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0820

Black with #6F0820

Text Example


Text Example

White with #6F0820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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