Html Css Color HEX #870E49 Disco

📋 copy color: '#870E49'

red 135 ◦ green 14 ◦ blue 73

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

Shades of Disco #870E49

Tints of Disco #870E49

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.31%

 BLUE value IS 73 (28.91% from 255) = 32.88%

R = 60.81%
G = 6.31%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#870E49 (or 0x870E49) is known color: Disco. HEX triplet: 87, 0E and 49. RGB value is (135,14,73). Sum of RGB (Red+Green+Blue) = 135+14+73=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #870E49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870E49 is #78F1B6. Grayscale: #383838. Windows color (decimal): -7926199 or 4787847. OLE color: 4787847.

HSL color Cylindrical-coordinate representation of color #870E49: hue angle of 330.74º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870E49 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 14 73 -
CMYK 0 0.90 0.46 0.47
HSL 330.74º 0.81% 0.29% -
HSV(B) 330.74º 0.9% 0.53% -
XYZ 11.35 5.95 6.85 -
YUV 56.91 137.09 183.7 -
System Red Green Blue C M Y K H S L
Decimal 135 14 73 0 0.90 0.46 0.47 330.74 0.81 0.29
Hex 87 E 49 0 5A 2E 2F 14B 51 1D
Octal 207 16 111 0 132 56 57 513 121 35
Binary 10000111 1110 1001001 0 1011010 101110 101111 101001011 1010001 11101

Color Harmonies of #870E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870E49

Black with #870E49

Text Example


Text Example

White with #870E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,14,73); }

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

background-color css

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

 a { background-color: rgb(135,14,73); }

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

border-color css

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

 span { border-color: rgb(135,14,73); }

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