Html Css Color HEX #87133F Disco

📋 copy color: '#87133F'

red 135 ◦ green 19 ◦ blue 63

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

Shades of Disco #87133F

Tints of Disco #87133F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.03%

R = 62.21%
G = 8.76%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#87133F (or 0x87133F) is known color: Disco. HEX triplet: 87, 13 and 3F. RGB value is (135,19,63). Sum of RGB (Red+Green+Blue) = 135+19+63=217 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.21% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 135 - color contains mainly: red. Hex color #87133F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87133F is #78ECC0. Grayscale: #3A3A3A. Windows color (decimal): -7924929 or 4133767. OLE color: 4133767.

HSL color Cylindrical-coordinate representation of color #87133F: hue angle of 337.24º 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 #87133F is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 19 63 -
CMYK 0 0.86 0.53 0.47
HSL 337.24º 0.75% 0.3% -
HSV(B) 337.24º 0.86% 0.53% -
XYZ 11.12 5.98 5.27 -
YUV 58.7 130.43 182.42 -
System Red Green Blue C M Y K H S L
Decimal 135 19 63 0 0.86 0.53 0.47 337.24 0.75 0.3
Hex 87 13 3F 0 56 35 2F 151 4B 1E
Octal 207 23 77 0 126 65 57 521 113 36
Binary 10000111 10011 111111 0 1010110 110101 101111 101010001 1001011 11110

Color Harmonies of #87133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87133F

Black with #87133F

Text Example


Text Example

White with #87133F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87133F; }

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

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

background-color css

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

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

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

border-color css

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

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

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