Html Css Color HEX #850718 Burgundy

📋 copy color: '#850718'

red 133 ◦ green 7 ◦ blue 24

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

Shades of Burgundy #850718

Tints of Burgundy #850718

RGB

 RED value IS 133 (52.34% from 255) = 81.1%

 GREEN value IS 7 (3.13% from 255) = 4.27%

 BLUE value IS 24 (9.77% from 255) = 14.63%

R = 81.1%
G = 4.27%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#850718 (or 0x850718) is known color: Burgundy. HEX triplet: 85, 07 and 18. RGB value is (133,7,24). Sum of RGB (Red+Green+Blue) = 133+7+24=164 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.10% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 133 - color contains mainly: red. Hex color #850718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850718 is #7AF8E7. Grayscale: #2E2E2E. Windows color (decimal): -8059112 or 1574789. OLE color: 1574789.

HSL color Cylindrical-coordinate representation of color #850718: hue angle of 351.9º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850718 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 7 24 -
CMYK 0 0.95 0.82 0.48
HSL 351.9º 0.9% 0.27% -
HSV(B) 351.9º 0.95% 0.52% -
XYZ 9.91 5.2 1.35 -
YUV 46.61 115.24 189.62 -
System Red Green Blue C M Y K H S L
Decimal 133 7 24 0 0.95 0.82 0.48 351.9 0.9 0.27
Hex 85 7 18 0 5F 52 30 160 5A 1B
Octal 205 7 30 0 137 122 60 540 132 33
Binary 10000101 111 11000 0 1011111 1010010 110000 101100000 1011010 11011

Color Harmonies of #850718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850718

Black with #850718

Text Example


Text Example

White with #850718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850718; }

 p { color: rgb(133,7,24); }

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

background-color css

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

 a { background-color: rgb(133,7,24); }

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

border-color css

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

 span { border-color: rgb(133,7,24); }

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