Html Css Color HEX #870032 Burgundy

📋 copy color: '#870032'

red 135 ◦ green 0 ◦ blue 50

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

Shades of Burgundy #870032

Tints of Burgundy #870032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 72.97%
G = 0%
B = 27.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#870032 (or 0x870032) is known color: Burgundy. HEX triplet: 87, 00 and 32. RGB value is (135,0,50). Sum of RGB (Red+Green+Blue) = 135+0+50=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #870032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870032 is #78FFCD. Grayscale: #2E2E2E. Windows color (decimal): -7929806 or 3276935. OLE color: 3276935.

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

Color convert

RGB 135 0 50 -
CMYK 0 1 0.63 0.47
HSL 337.78º 1% 0.26% -
HSV(B) 337.78º 1% 0.53% -
XYZ 10.57 5.38 3.5 -
YUV 46.07 130.23 191.43 -
System Red Green Blue C M Y K H S L
Decimal 135 0 50 0 1 0.63 0.47 337.78 1 0.26
Hex 87 0 32 0 64 3F 2F 152 64 1A
Octal 207 0 62 0 144 77 57 522 144 32
Binary 10000111 0 110010 0 1100100 111111 101111 101010010 1100100 11010

Color Harmonies of #870032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870032

Black with #870032

Text Example


Text Example

White with #870032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870032; }

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

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

background-color css

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

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

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

border-color css

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

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

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