Html Css Color HEX #870A27 Burgundy

📋 copy color: '#870A27'

red 135 ◦ green 10 ◦ blue 39

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

Shades of Burgundy #870A27

Tints of Burgundy #870A27

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.43%

 BLUE value IS 39 (15.63% from 255) = 21.2%

R = 73.37%
G = 5.43%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#870A27 (or 0x870A27) is known color: Burgundy. HEX triplet: 87, 0A and 27. RGB value is (135,10,39). Sum of RGB (Red+Green+Blue) = 135+10+39=184 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.37% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 135 - color contains mainly: red. Hex color #870A27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870A27 is #78F5D8. Grayscale: #323232. Windows color (decimal): -7927257 or 2558599. OLE color: 2558599.

HSL color Cylindrical-coordinate representation of color #870A27: hue angle of 346.08º degrees, saturation: 0.86, 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 #870A27 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 10 39 -
CMYK 0 0.93 0.71 0.47
HSL 346.08º 0.86% 0.28% -
HSV(B) 346.08º 0.93% 0.53% -
XYZ 10.47 5.51 2.43 -
YUV 50.68 121.41 188.14 -
System Red Green Blue C M Y K H S L
Decimal 135 10 39 0 0.93 0.71 0.47 346.08 0.86 0.28
Hex 87 A 27 0 5D 47 2F 15A 56 1C
Octal 207 12 47 0 135 107 57 532 126 34
Binary 10000111 1010 100111 0 1011101 1000111 101111 101011010 1010110 11100

Color Harmonies of #870A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870A27

Black with #870A27

Text Example


Text Example

White with #870A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870A27; }

 p { color: rgb(135,10,39); }

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

background-color css

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

 a { background-color: rgb(135,10,39); }

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

border-color css

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

 span { border-color: rgb(135,10,39); }

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