Html Css Color HEX #870924 Burgundy

📋 copy color: '#870924'

red 135 ◦ green 9 ◦ blue 36

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

Shades of Burgundy #870924

Tints of Burgundy #870924

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5%

 BLUE value IS 36 (14.45% from 255) = 20%

R = 75%
G = 5%
B = 20%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#870924 (or 0x870924) is known color: Burgundy. HEX triplet: 87, 09 and 24. RGB value is (135,9,36). Sum of RGB (Red+Green+Blue) = 135+9+36=180 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 135 - color contains mainly: red. Hex color #870924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870924 is #78F6DB. Grayscale: #313131. Windows color (decimal): -7927516 or 2361735. OLE color: 2361735.

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

Color convert

RGB 135 9 36 -
CMYK 0 0.93 0.73 0.47
HSL 347.14º 0.88% 0.28% -
HSV(B) 347.14º 0.93% 0.53% -
XYZ 10.41 5.47 2.18 -
YUV 49.75 120.24 188.8 -
System Red Green Blue C M Y K H S L
Decimal 135 9 36 0 0.93 0.73 0.47 347.14 0.88 0.28
Hex 87 9 24 0 5D 49 2F 15B 58 1C
Octal 207 11 44 0 135 111 57 533 130 34
Binary 10000111 1001 100100 0 1011101 1001001 101111 101011011 1011000 11100

Color Harmonies of #870924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870924

Black with #870924

Text Example


Text Example

White with #870924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870924; }

 p { color: rgb(135,9,36); }

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

background-color css

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

 a { background-color: rgb(135,9,36); }

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

border-color css

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

 span { border-color: rgb(135,9,36); }

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