Html Css Color HEX #87314C Disco

📋 copy color: '#87314C'

red 135 ◦ green 49 ◦ blue 76

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

Shades of Disco #87314C

Tints of Disco #87314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.85%

 BLUE value IS 76 (30.08% from 255) = 29.23%

R = 51.92%
G = 18.85%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#87314C (or 0x87314C) is known color: Disco. HEX triplet: 87, 31 and 4C. RGB value is (135,49,76). Sum of RGB (Red+Green+Blue) = 135+49+76=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #87314C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87314C is #78CEB3. Grayscale: #4D4D4D. Windows color (decimal): -7917236 or 4993415. OLE color: 4993415.

HSL color Cylindrical-coordinate representation of color #87314C: hue angle of 341.16º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #87314C is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 49 76 -
CMYK 0 0.64 0.44 0.47
HSL 341.16º 0.47% 0.36% -
HSV(B) 341.16º 0.64% 0.53% -
XYZ 12.39 7.87 7.7 -
YUV 77.79 126.99 168.8 -
System Red Green Blue C M Y K H S L
Decimal 135 49 76 0 0.64 0.44 0.47 341.16 0.47 0.36
Hex 87 31 4C 0 40 2C 2F 155 2F 24
Octal 207 61 114 0 100 54 57 525 57 44
Binary 10000111 110001 1001100 0 1000000 101100 101111 101010101 101111 100100

Color Harmonies of #87314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87314C

Black with #87314C

Text Example


Text Example

White with #87314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87314C; }

 p { color: rgb(135,49,76); }

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

background-color css

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

 a { background-color: rgb(135,49,76); }

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

border-color css

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

 span { border-color: rgb(135,49,76); }

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