Html Css Color HEX #871E40 Disco

📋 copy color: '#871E40'

red 135 ◦ green 30 ◦ blue 64

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

Shades of Disco #871E40

Tints of Disco #871E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.1%

 BLUE value IS 64 (25.39% from 255) = 27.95%

R = 58.95%
G = 13.1%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#871E40 (or 0x871E40) is known color: Disco. HEX triplet: 87, 1E and 40. RGB value is (135,30,64). Sum of RGB (Red+Green+Blue) = 135+30+64=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #871E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871E40 is #78E1BF. Grayscale: #414141. Windows color (decimal): -7922112 or 4202119. OLE color: 4202119.

HSL color Cylindrical-coordinate representation of color #871E40: hue angle of 340.57º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #871E40 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 30 64 -
CMYK 0 0.78 0.53 0.47
HSL 340.57º 0.64% 0.32% -
HSV(B) 340.57º 0.78% 0.53% -
XYZ 11.38 6.45 5.5 -
YUV 65.27 127.29 177.74 -
System Red Green Blue C M Y K H S L
Decimal 135 30 64 0 0.78 0.53 0.47 340.57 0.64 0.32
Hex 87 1E 40 0 4E 35 2F 155 40 20
Octal 207 36 100 0 116 65 57 525 100 40
Binary 10000111 11110 1000000 0 1001110 110101 101111 101010101 1000000 100000

Color Harmonies of #871E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871E40

Black with #871E40

Text Example


Text Example

White with #871E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871E40; }

 p { color: rgb(135,30,64); }

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

background-color css

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

 a { background-color: rgb(135,30,64); }

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

border-color css

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

 span { border-color: rgb(135,30,64); }

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