Html Css Color HEX #871342 Disco

📋 copy color: '#871342'

red 135 ◦ green 19 ◦ blue 66

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

Shades of Disco #871342

Tints of Disco #871342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.64%

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

R = 61.36%
G = 8.64%
B = 30%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#871342 (or 0x871342) is known color: Disco. HEX triplet: 87, 13 and 42. RGB value is (135,19,66). Sum of RGB (Red+Green+Blue) = 135+19+66=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #871342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871342 is #78ECBD. Grayscale: #3A3A3A. Windows color (decimal): -7924926 or 4330375. OLE color: 4330375.

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

Color convert

RGB 135 19 66 -
CMYK 0 0.86 0.51 0.47
HSL 335.69º 0.75% 0.3% -
HSV(B) 335.69º 0.86% 0.53% -
XYZ 11.21 6.01 5.72 -
YUV 59.04 131.93 182.18 -
System Red Green Blue C M Y K H S L
Decimal 135 19 66 0 0.86 0.51 0.47 335.69 0.75 0.3
Hex 87 13 42 0 56 33 2F 150 4B 1E
Octal 207 23 102 0 126 63 57 520 113 36
Binary 10000111 10011 1000010 0 1010110 110011 101111 101010000 1001011 11110

Color Harmonies of #871342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871342

Black with #871342

Text Example


Text Example

White with #871342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871342; }

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

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

background-color css

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

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

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

border-color css

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

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

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