Html Css Color HEX #87274C Disco

📋 copy color: '#87274C'

red 135 ◦ green 39 ◦ blue 76

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

Shades of Disco #87274C

Tints of Disco #87274C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.6%

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

R = 54%
G = 15.6%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#87274C (or 0x87274C) is known color: Disco. HEX triplet: 87, 27 and 4C. RGB value is (135,39,76). Sum of RGB (Red+Green+Blue) = 135+39+76=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #87274C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87274C is #78D8B3. Grayscale: #474747. Windows color (decimal): -7919796 or 4990855. OLE color: 4990855.

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

Color convert

RGB 135 39 76 -
CMYK 0 0.71 0.44 0.47
HSL 336.88º 0.55% 0.34% -
HSV(B) 336.88º 0.71% 0.53% -
XYZ 12.02 7.12 7.58 -
YUV 71.92 130.3 172.99 -
System Red Green Blue C M Y K H S L
Decimal 135 39 76 0 0.71 0.44 0.47 336.88 0.55 0.34
Hex 87 27 4C 0 47 2C 2F 151 37 22
Octal 207 47 114 0 107 54 57 521 67 42
Binary 10000111 100111 1001100 0 1000111 101100 101111 101010001 110111 100010

Color Harmonies of #87274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87274C

Black with #87274C

Text Example


Text Example

White with #87274C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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