Html Css Color HEX #850132 Burgundy

📋 copy color: '#850132'

red 133 ◦ green 1 ◦ blue 50

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

Shades of Burgundy #850132

Tints of Burgundy #850132

RGB

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

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

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

R = 72.28%
G = 0.54%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#850132 (or 0x850132) is known color: Burgundy. HEX triplet: 85, 01 and 32. RGB value is (133,1,50). Sum of RGB (Red+Green+Blue) = 133+1+50=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #850132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850132 is #7AFECD. Grayscale: #2D2D2D. Windows color (decimal): -8060622 or 3277189. OLE color: 3277189.

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

Color convert

RGB 133 1 50 -
CMYK 0 0.99 0.62 0.48
HSL 337.73º 0.99% 0.26% -
HSV(B) 337.73º 0.99% 0.52% -
XYZ 10.26 5.24 3.49 -
YUV 46.05 130.23 190.02 -
System Red Green Blue C M Y K H S L
Decimal 133 1 50 0 0.99 0.62 0.48 337.73 0.99 0.26
Hex 85 1 32 0 63 3E 30 152 63 1A
Octal 205 1 62 0 143 76 60 522 143 32
Binary 10000101 1 110010 0 1100011 111110 110000 101010010 1100011 11010

Color Harmonies of #850132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850132

Black with #850132

Text Example


Text Example

White with #850132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850132; }

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

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

background-color css

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

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

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

border-color css

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

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

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