Html Css Color HEX #870129 Burgundy

📋 copy color: '#870129'

red 135 ◦ green 1 ◦ blue 41

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

Shades of Burgundy #870129

Tints of Burgundy #870129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.16%

R = 76.27%
G = 0.56%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#870129 (or 0x870129) is known color: Burgundy. HEX triplet: 87, 01 and 29. RGB value is (135,1,41). Sum of RGB (Red+Green+Blue) = 135+1+41=177 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.27% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 135 - color contains mainly: red. Hex color #870129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870129 is #78FED6. Grayscale: #2D2D2D. Windows color (decimal): -7929559 or 2687367. OLE color: 2687367.

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

Color convert

RGB 135 1 41 -
CMYK 0 0.99 0.70 0.47
HSL 342.09º 0.99% 0.27% -
HSV(B) 342.09º 0.99% 0.53% -
XYZ 10.4 5.33 2.58 -
YUV 45.63 125.39 191.75 -
System Red Green Blue C M Y K H S L
Decimal 135 1 41 0 0.99 0.70 0.47 342.09 0.99 0.27
Hex 87 1 29 0 63 46 2F 156 63 1B
Octal 207 1 51 0 143 106 57 526 143 33
Binary 10000111 1 101001 0 1100011 1000110 101111 101010110 1100011 11011

Color Harmonies of #870129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870129

Black with #870129

Text Example


Text Example

White with #870129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870129; }

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

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

background-color css

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

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

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

border-color css

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

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

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