Html Css Color HEX #870828 Burgundy

📋 copy color: '#870828'

red 135 ◦ green 8 ◦ blue 40

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

Shades of Burgundy #870828

Tints of Burgundy #870828

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.37%

 BLUE value IS 40 (16.02% from 255) = 21.86%

R = 73.77%
G = 4.37%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#870828 (or 0x870828) is known color: Burgundy. HEX triplet: 87, 08 and 28. RGB value is (135,8,40). Sum of RGB (Red+Green+Blue) = 135+8+40=183 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.77% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 135 - color contains mainly: red. Hex color #870828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870828 is #78F7D7. Grayscale: #313131. Windows color (decimal): -7927768 or 2623623. OLE color: 2623623.

HSL color Cylindrical-coordinate representation of color #870828: hue angle of 344.88º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870828 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 8 40 -
CMYK 0 0.94 0.70 0.47
HSL 344.88º 0.89% 0.28% -
HSV(B) 344.88º 0.94% 0.53% -
XYZ 10.46 5.48 2.51 -
YUV 49.62 122.58 188.9 -
System Red Green Blue C M Y K H S L
Decimal 135 8 40 0 0.94 0.70 0.47 344.88 0.89 0.28
Hex 87 8 28 0 5E 46 2F 159 59 1C
Octal 207 10 50 0 136 106 57 531 131 34
Binary 10000111 1000 101000 0 1011110 1000110 101111 101011001 1011001 11100

Color Harmonies of #870828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870828

Black with #870828

Text Example


Text Example

White with #870828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870828; }

 p { color: rgb(135,8,40); }

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

background-color css

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

 a { background-color: rgb(135,8,40); }

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

border-color css

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

 span { border-color: rgb(135,8,40); }

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