Html Css Color HEX #850124 Burgundy

📋 copy color: '#850124'

red 133 ◦ green 1 ◦ blue 36

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

Shades of Burgundy #850124

Tints of Burgundy #850124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

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

R = 78.24%
G = 0.59%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#850124 (or 0x850124) is known color: Burgundy. HEX triplet: 85, 01 and 24. RGB value is (133,1,36). Sum of RGB (Red+Green+Blue) = 133+1+36=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #850124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850124 is #7AFEDB. Grayscale: #2C2C2C. Windows color (decimal): -8060636 or 2359685. OLE color: 2359685.

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

Color convert

RGB 133 1 36 -
CMYK 0 0.99 0.73 0.48
HSL 344.09º 0.99% 0.26% -
HSV(B) 344.09º 0.99% 0.52% -
XYZ 10 5.14 2.13 -
YUV 44.46 123.23 191.15 -
System Red Green Blue C M Y K H S L
Decimal 133 1 36 0 0.99 0.73 0.48 344.09 0.99 0.26
Hex 85 1 24 0 63 49 30 158 63 1A
Octal 205 1 44 0 143 111 60 530 143 32
Binary 10000101 1 100100 0 1100011 1001001 110000 101011000 1100011 11010

Color Harmonies of #850124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850124

Black with #850124

Text Example


Text Example

White with #850124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850124; }

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

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

background-color css

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

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

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

border-color css

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

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

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