Html Css Color HEX #850232 Burgundy

📋 copy color: '#850232'

red 133 ◦ green 2 ◦ blue 50

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

Shades of Burgundy #850232

Tints of Burgundy #850232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 27.03%

R = 71.89%
G = 1.08%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#850232 (or 0x850232) is known color: Burgundy. HEX triplet: 85, 02 and 32. RGB value is (133,2,50). Sum of RGB (Red+Green+Blue) = 133+2+50=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #850232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850232 is #7AFDCD. Grayscale: #2E2E2E. Windows color (decimal): -8060366 or 3277445. OLE color: 3277445.

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

Color convert

RGB 133 2 50 -
CMYK 0 0.98 0.62 0.48
HSL 338.02º 0.97% 0.26% -
HSV(B) 338.02º 0.98% 0.52% -
XYZ 10.27 5.26 3.49 -
YUV 46.64 129.9 189.6 -
System Red Green Blue C M Y K H S L
Decimal 133 2 50 0 0.98 0.62 0.48 338.02 0.97 0.26
Hex 85 2 32 0 62 3E 30 152 61 1A
Octal 205 2 62 0 142 76 60 522 141 32
Binary 10000101 10 110010 0 1100010 111110 110000 101010010 1100001 11010

Color Harmonies of #850232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850232

Black with #850232

Text Example


Text Example

White with #850232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850232; }

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

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

background-color css

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

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

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

border-color css

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

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

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