Html Css Color HEX #871146 Disco

📋 copy color: '#871146'

red 135 ◦ green 17 ◦ blue 70

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

Shades of Disco #871146

Tints of Disco #871146

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.66%

 BLUE value IS 70 (27.73% from 255) = 31.53%

R = 60.81%
G = 7.66%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#871146 (or 0x871146) is known color: Disco. HEX triplet: 87, 11 and 46. RGB value is (135,17,70). Sum of RGB (Red+Green+Blue) = 135+17+70=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #871146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871146 is #78EEB9. Grayscale: #3A3A3A. Windows color (decimal): -7925434 or 4592007. OLE color: 4592007.

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

Color convert

RGB 135 17 70 -
CMYK 0 0.87 0.48 0.47
HSL 333.05º 0.78% 0.3% -
HSV(B) 333.05º 0.87% 0.53% -
XYZ 11.3 5.99 6.36 -
YUV 58.32 134.59 182.69 -
System Red Green Blue C M Y K H S L
Decimal 135 17 70 0 0.87 0.48 0.47 333.05 0.78 0.3
Hex 87 11 46 0 57 30 2F 14D 4E 1E
Octal 207 21 106 0 127 60 57 515 116 36
Binary 10000111 10001 1000110 0 1010111 110000 101111 101001101 1001110 11110

Color Harmonies of #871146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871146

Black with #871146

Text Example


Text Example

White with #871146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871146; }

 p { color: rgb(135,17,70); }

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

background-color css

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

 a { background-color: rgb(135,17,70); }

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

border-color css

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

 span { border-color: rgb(135,17,70); }

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