Html Css Color HEX #870135 Burgundy

📋 copy color: '#870135'

red 135 ◦ green 1 ◦ blue 53

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

Shades of Burgundy #870135

Tints of Burgundy #870135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.04%

R = 71.43%
G = 0.53%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#870135 (or 0x870135) is known color: Burgundy. HEX triplet: 87, 01 and 35. RGB value is (135,1,53). Sum of RGB (Red+Green+Blue) = 135+1+53=189 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.43% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 135 - color contains mainly: red. Hex color #870135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870135 is #78FECA. Grayscale: #2E2E2E. Windows color (decimal): -7929547 or 3473799. OLE color: 3473799.

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

Color convert

RGB 135 1 53 -
CMYK 0 0.99 0.61 0.47
HSL 336.72º 0.99% 0.27% -
HSV(B) 336.72º 0.99% 0.53% -
XYZ 10.65 5.43 3.86 -
YUV 46.99 131.39 190.77 -
System Red Green Blue C M Y K H S L
Decimal 135 1 53 0 0.99 0.61 0.47 336.72 0.99 0.27
Hex 87 1 35 0 63 3D 2F 151 63 1B
Octal 207 1 65 0 143 75 57 521 143 33
Binary 10000111 1 110101 0 1100011 111101 101111 101010001 1100011 11011

Color Harmonies of #870135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870135

Black with #870135

Text Example


Text Example

White with #870135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870135; }

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

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

background-color css

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

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

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

border-color css

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

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

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