Html Css Color HEX #850F24 Burgundy

📋 copy color: '#850F24'

red 133 ◦ green 15 ◦ blue 36

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

Shades of Burgundy #850F24

Tints of Burgundy #850F24

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.15%

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

R = 72.28%
G = 8.15%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#850F24 (or 0x850F24) is known color: Burgundy. HEX triplet: 85, 0F and 24. RGB value is (133,15,36). Sum of RGB (Red+Green+Blue) = 133+15+36=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #850F24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850F24 is #7AF0DB. Grayscale: #343434. Windows color (decimal): -8057052 or 2363269. OLE color: 2363269.

HSL color Cylindrical-coordinate representation of color #850F24: hue angle of 349.32º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850F24 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 15 36 -
CMYK 0 0.89 0.73 0.48
HSL 349.32º 0.8% 0.29% -
HSV(B) 349.32º 0.89% 0.52% -
XYZ 10.16 5.46 2.19 -
YUV 52.68 118.59 185.29 -
System Red Green Blue C M Y K H S L
Decimal 133 15 36 0 0.89 0.73 0.48 349.32 0.8 0.29
Hex 85 F 24 0 59 49 30 15D 50 1D
Octal 205 17 44 0 131 111 60 535 120 35
Binary 10000101 1111 100100 0 1011001 1001001 110000 101011101 1010000 11101

Color Harmonies of #850F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850F24

Black with #850F24

Text Example


Text Example

White with #850F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850F24; }

 p { color: rgb(133,15,36); }

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

background-color css

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

 a { background-color: rgb(133,15,36); }

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

border-color css

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

 span { border-color: rgb(133,15,36); }

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