Html Css Color HEX #6F0824 Burgundy

📋 copy color: '#6F0824'

red 111 ◦ green 8 ◦ blue 36

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

Shades of Burgundy #6F0824

Tints of Burgundy #6F0824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.23%

R = 71.61%
G = 5.16%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#6F0824 (or 0x6F0824) is known color: Burgundy. HEX triplet: 6F, 08 and 24. RGB value is (111,8,36). Sum of RGB (Red+Green+Blue) = 111+8+36=155 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.61% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0824 is #90F7DB. Grayscale: #292929. Windows color (decimal): -9500636 or 2361455. OLE color: 2361455.

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

Color convert

RGB 111 8 36 -
CMYK 0 0.93 0.68 0.56
HSL 343.69º 0.87% 0.23% -
HSV(B) 343.69º 0.93% 0.44% -
XYZ 6.96 3.68 2.01 -
YUV 41.99 124.62 177.22 -
System Red Green Blue C M Y K H S L
Decimal 111 8 36 0 0.93 0.68 0.56 343.69 0.87 0.23
Hex 6F 8 24 0 5D 44 38 158 57 17
Octal 157 10 44 0 135 104 70 530 127 27
Binary 1101111 1000 100100 0 1011101 1000100 111000 101011000 1010111 10111

Color Harmonies of #6F0824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0824

Black with #6F0824

Text Example


Text Example

White with #6F0824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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