Html Css Color HEX #870339 Burgundy

📋 copy color: '#870339'

red 135 ◦ green 3 ◦ blue 57

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

Shades of Burgundy #870339

Tints of Burgundy #870339

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.54%

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

R = 69.23%
G = 1.54%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#870339 (or 0x870339) is known color: Burgundy. HEX triplet: 87, 03 and 39. RGB value is (135,3,57). Sum of RGB (Red+Green+Blue) = 135+3+57=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 57 (22.66% from 255 or 29.23% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #870339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870339 is #78FCC6. Grayscale: #303030. Windows color (decimal): -7929031 or 3736455. OLE color: 3736455.

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

Color convert

RGB 135 3 57 -
CMYK 0 0.98 0.58 0.47
HSL 335.45º 0.96% 0.27% -
HSV(B) 335.45º 0.98% 0.53% -
XYZ 10.76 5.51 4.37 -
YUV 48.62 132.73 189.61 -
System Red Green Blue C M Y K H S L
Decimal 135 3 57 0 0.98 0.58 0.47 335.45 0.96 0.27
Hex 87 3 39 0 62 3A 2F 14F 60 1B
Octal 207 3 71 0 142 72 57 517 140 33
Binary 10000111 11 111001 0 1100010 111010 101111 101001111 1100000 11011

Color Harmonies of #870339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870339

Black with #870339

Text Example


Text Example

White with #870339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870339; }

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

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

background-color css

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

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

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

border-color css

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

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

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