Html Css Color HEX #850433 Burgundy

📋 copy color: '#850433'

red 133 ◦ green 4 ◦ blue 51

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

Shades of Burgundy #850433

Tints of Burgundy #850433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.13%

R = 70.74%
G = 2.13%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#850433 (or 0x850433) is known color: Burgundy. HEX triplet: 85, 04 and 33. RGB value is (133,4,51). Sum of RGB (Red+Green+Blue) = 133+4+51=188 (24% of max value = 765). Red value is 133 (52.34% from 255 or 70.74% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 133 - color contains mainly: red. Hex color #850433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850433 is #7AFBCC. Grayscale: #2F2F2F. Windows color (decimal): -8059853 or 3343493. OLE color: 3343493.

HSL color Cylindrical-coordinate representation of color #850433: hue angle of 338.14º 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 #850433 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 4 51 -
CMYK 0 0.97 0.62 0.48
HSL 338.14º 0.94% 0.27% -
HSV(B) 338.14º 0.97% 0.52% -
XYZ 10.31 5.31 3.61 -
YUV 47.93 129.74 188.68 -
System Red Green Blue C M Y K H S L
Decimal 133 4 51 0 0.97 0.62 0.48 338.14 0.94 0.27
Hex 85 4 33 0 61 3E 30 152 5E 1B
Octal 205 4 63 0 141 76 60 522 136 33
Binary 10000101 100 110011 0 1100001 111110 110000 101010010 1011110 11011

Color Harmonies of #850433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850433

Black with #850433

Text Example


Text Example

White with #850433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850433; }

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

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

background-color css

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

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

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

border-color css

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

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

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