Html Css Color HEX #87193F Disco

📋 copy color: '#87193F'

red 135 ◦ green 25 ◦ blue 63

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

Shades of Disco #87193F

Tints of Disco #87193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.21%

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

R = 60.54%
G = 11.21%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#87193F (or 0x87193F) is known color: Disco. HEX triplet: 87, 19 and 3F. RGB value is (135,25,63). Sum of RGB (Red+Green+Blue) = 135+25+63=223 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.54% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 135 - color contains mainly: red. Hex color #87193F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87193F is #78E6C0. Grayscale: #3E3E3E. Windows color (decimal): -7923393 or 4135303. OLE color: 4135303.

HSL color Cylindrical-coordinate representation of color #87193F: hue angle of 339.27º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #87193F is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 25 63 -
CMYK 0 0.81 0.53 0.47
HSL 339.27º 0.69% 0.31% -
HSV(B) 339.27º 0.81% 0.53% -
XYZ 11.24 6.21 5.31 -
YUV 62.22 128.44 179.91 -
System Red Green Blue C M Y K H S L
Decimal 135 25 63 0 0.81 0.53 0.47 339.27 0.69 0.31
Hex 87 19 3F 0 51 35 2F 153 45 1F
Octal 207 31 77 0 121 65 57 523 105 37
Binary 10000111 11001 111111 0 1010001 110101 101111 101010011 1000101 11111

Color Harmonies of #87193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87193F

Black with #87193F

Text Example


Text Example

White with #87193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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