Html Css Color HEX #870239 Burgundy

📋 copy color: '#870239'

red 135 ◦ green 2 ◦ blue 57

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

Shades of Burgundy #870239

Tints of Burgundy #870239

RGB

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

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

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

R = 69.59%
G = 1.03%
B = 29.38%

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

#870239 (or 0x870239) is known color: Burgundy. HEX triplet: 87, 02 and 39. RGB value is (135,2,57). Sum of RGB (Red+Green+Blue) = 135+2+57=194 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.59% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 135 - color contains mainly: red. Hex color #870239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870239 is #78FDC6. Grayscale: #2F2F2F. Windows color (decimal): -7929287 or 3736199. OLE color: 3736199.

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

Color convert

RGB 135 2 57 -
CMYK 0 0.99 0.58 0.47
HSL 335.19º 0.97% 0.27% -
HSV(B) 335.19º 0.99% 0.53% -
XYZ 10.75 5.49 4.36 -
YUV 48.04 133.06 190.03 -
System Red Green Blue C M Y K H S L
Decimal 135 2 57 0 0.99 0.58 0.47 335.19 0.97 0.27
Hex 87 2 39 0 63 3A 2F 14F 61 1B
Octal 207 2 71 0 143 72 57 517 141 33
Binary 10000111 10 111001 0 1100011 111010 101111 101001111 1100001 11011

Color Harmonies of #870239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870239

Black with #870239

Text Example


Text Example

White with #870239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870239; }

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

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

background-color css

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

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

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

border-color css

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

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

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