Html Css Color HEX #870139 Burgundy

📋 copy color: '#870139'

red 135 ◦ green 1 ◦ blue 57

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

Shades of Burgundy #870139

Tints of Burgundy #870139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 29.53%

R = 69.95%
G = 0.52%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#870139 (or 0x870139) is known color: Burgundy. HEX triplet: 87, 01 and 39. RGB value is (135,1,57). Sum of RGB (Red+Green+Blue) = 135+1+57=193 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.95% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 135 - color contains mainly: red. Hex color #870139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870139 is #78FEC6. Grayscale: #2F2F2F. Windows color (decimal): -7929543 or 3735943. OLE color: 3735943.

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

Color convert

RGB 135 1 57 -
CMYK 0 0.99 0.58 0.47
HSL 334.93º 0.99% 0.27% -
HSV(B) 334.93º 0.99% 0.53% -
XYZ 10.74 5.47 4.36 -
YUV 47.45 133.39 190.45 -
System Red Green Blue C M Y K H S L
Decimal 135 1 57 0 0.99 0.58 0.47 334.93 0.99 0.27
Hex 87 1 39 0 63 3A 2F 14F 63 1B
Octal 207 1 71 0 143 72 57 517 143 33
Binary 10000111 1 111001 0 1100011 111010 101111 101001111 1100011 11011

Color Harmonies of #870139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870139

Black with #870139

Text Example


Text Example

White with #870139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870139; }

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

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

background-color css

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

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

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

border-color css

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

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

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