Html Css Color HEX #850424 Burgundy

📋 copy color: '#850424'

red 133 ◦ green 4 ◦ blue 36

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

Shades of Burgundy #850424

Tints of Burgundy #850424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.31%

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

R = 76.88%
G = 2.31%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#850424 (or 0x850424) is known color: Burgundy. HEX triplet: 85, 04 and 24. RGB value is (133,4,36). Sum of RGB (Red+Green+Blue) = 133+4+36=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #850424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850424 is #7AFBDB. Grayscale: #2E2E2E. Windows color (decimal): -8059868 or 2360453. OLE color: 2360453.

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

Color convert

RGB 133 4 36 -
CMYK 0 0.97 0.73 0.48
HSL 345.12º 0.94% 0.27% -
HSV(B) 345.12º 0.97% 0.52% -
XYZ 10.03 5.2 2.14 -
YUV 46.22 122.24 189.9 -
System Red Green Blue C M Y K H S L
Decimal 133 4 36 0 0.97 0.73 0.48 345.12 0.94 0.27
Hex 85 4 24 0 61 49 30 159 5E 1B
Octal 205 4 44 0 141 111 60 531 136 33
Binary 10000101 100 100100 0 1100001 1001001 110000 101011001 1011110 11011

Color Harmonies of #850424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850424

Black with #850424

Text Example


Text Example

White with #850424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850424; }

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

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

background-color css

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

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

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

border-color css

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

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

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