Html Css Color HEX #870024 Burgundy

📋 copy color: '#870024'

red 135 ◦ green 0 ◦ blue 36

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

Shades of Burgundy #870024

Tints of Burgundy #870024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.95%
G = 0%
B = 21.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#870024 (or 0x870024) is known color: Burgundy. HEX triplet: 87, 00 and 24. RGB value is (135,0,36). Sum of RGB (Red+Green+Blue) = 135+0+36=171 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.95% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 135 - color contains mainly: red. Hex color #870024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870024 is #78FFDB. Grayscale: #2C2C2C. Windows color (decimal): -7929820 or 2359431. OLE color: 2359431.

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

Color convert

RGB 135 0 36 -
CMYK 0 1 0.73 0.47
HSL 344º 1% 0.26% -
HSV(B) 344º 1% 0.53% -
XYZ 10.31 5.28 2.14 -
YUV 44.47 123.23 192.57 -
System Red Green Blue C M Y K H S L
Decimal 135 0 36 0 1 0.73 0.47 344 1 0.26
Hex 87 0 24 0 64 49 2F 158 64 1A
Octal 207 0 44 0 144 111 57 530 144 32
Binary 10000111 0 100100 0 1100100 1001001 101111 101011000 1100100 11010

Color Harmonies of #870024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870024

Black with #870024

Text Example


Text Example

White with #870024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870024; }

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

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

background-color css

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

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

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

border-color css

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

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

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