Html Css Color HEX #850224 Burgundy

📋 copy color: '#850224'

red 133 ◦ green 2 ◦ blue 36

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

Shades of Burgundy #850224

Tints of Burgundy #850224

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.17%

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

R = 77.78%
G = 1.17%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#850224 (or 0x850224) is known color: Burgundy. HEX triplet: 85, 02 and 24. RGB value is (133,2,36). Sum of RGB (Red+Green+Blue) = 133+2+36=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #850224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850224 is #7AFDDB. Grayscale: #2D2D2D. Windows color (decimal): -8060380 or 2359941. OLE color: 2359941.

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

Color convert

RGB 133 2 36 -
CMYK 0 0.98 0.73 0.48
HSL 344.43º 0.97% 0.26% -
HSV(B) 344.43º 0.98% 0.52% -
XYZ 10.01 5.16 2.14 -
YUV 45.05 122.9 190.74 -
System Red Green Blue C M Y K H S L
Decimal 133 2 36 0 0.98 0.73 0.48 344.43 0.97 0.26
Hex 85 2 24 0 62 49 30 158 61 1A
Octal 205 2 44 0 142 111 60 530 141 32
Binary 10000101 10 100100 0 1100010 1001001 110000 101011000 1100001 11010

Color Harmonies of #850224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850224

Black with #850224

Text Example


Text Example

White with #850224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850224; }

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

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

background-color css

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

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

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

border-color css

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

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

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