Html Css Color HEX #871E42 Disco

📋 copy color: '#871E42'

red 135 ◦ green 30 ◦ blue 66

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

Shades of Disco #871E42

Tints of Disco #871E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.57%

R = 58.44%
G = 12.99%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#871E42 (or 0x871E42) is known color: Disco. HEX triplet: 87, 1E and 42. RGB value is (135,30,66). Sum of RGB (Red+Green+Blue) = 135+30+66=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #871E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871E42 is #78E1BD. Grayscale: #414141. Windows color (decimal): -7922110 or 4333191. OLE color: 4333191.

HSL color Cylindrical-coordinate representation of color #871E42: hue angle of 339.43º 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 #871E42 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 30 66 -
CMYK 0 0.78 0.51 0.47
HSL 339.43º 0.64% 0.32% -
HSV(B) 339.43º 0.78% 0.53% -
XYZ 11.44 6.47 5.8 -
YUV 65.5 128.29 177.57 -
System Red Green Blue C M Y K H S L
Decimal 135 30 66 0 0.78 0.51 0.47 339.43 0.64 0.32
Hex 87 1E 42 0 4E 33 2F 153 40 20
Octal 207 36 102 0 116 63 57 523 100 40
Binary 10000111 11110 1000010 0 1001110 110011 101111 101010011 1000000 100000

Color Harmonies of #871E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871E42

Black with #871E42

Text Example


Text Example

White with #871E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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