Html Css Color HEX #870132 Burgundy

📋 copy color: '#870132'

red 135 ◦ green 1 ◦ blue 50

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

Shades of Burgundy #870132

Tints of Burgundy #870132

RGB

 RED value IS 135 (53.13% from 255) = 72.58%

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

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

R = 72.58%
G = 0.54%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#870132 (or 0x870132) is known color: Burgundy. HEX triplet: 87, 01 and 32. RGB value is (135,1,50). Sum of RGB (Red+Green+Blue) = 135+1+50=186 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.58% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 135 - color contains mainly: red. Hex color #870132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870132 is #78FECD. Grayscale: #2E2E2E. Windows color (decimal): -7929550 or 3277191. OLE color: 3277191.

HSL color Cylindrical-coordinate representation of color #870132: hue angle of 338.06º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870132 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 1 50 -
CMYK 0 0.99 0.63 0.47
HSL 338.06º 0.99% 0.27% -
HSV(B) 338.06º 0.99% 0.53% -
XYZ 10.58 5.4 3.5 -
YUV 46.65 129.89 191.02 -
System Red Green Blue C M Y K H S L
Decimal 135 1 50 0 0.99 0.63 0.47 338.06 0.99 0.27
Hex 87 1 32 0 63 3F 2F 152 63 1B
Octal 207 1 62 0 143 77 57 522 143 33
Binary 10000111 1 110010 0 1100011 111111 101111 101010010 1100011 11011

Color Harmonies of #870132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870132

Black with #870132

Text Example


Text Example

White with #870132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870132; }

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

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

background-color css

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

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

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

border-color css

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

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

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