Html Css Color HEX #873552 Disco

📋 copy color: '#873552'

red 135 ◦ green 53 ◦ blue 82

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

Shades of Disco #873552

Tints of Disco #873552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.63%

 BLUE value IS 82 (32.42% from 255) = 30.37%

R = 50%
G = 19.63%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#873552 (or 0x873552) is known color: Disco. HEX triplet: 87, 35 and 52. RGB value is (135,53,82). Sum of RGB (Red+Green+Blue) = 135+53+82=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #873552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873552 is #78CAAD. Grayscale: #505050. Windows color (decimal): -7916206 or 5387655. OLE color: 5387655.

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

Color convert

RGB 135 53 82 -
CMYK 0 0.61 0.39 0.47
HSL 338.78º 0.44% 0.37% -
HSV(B) 338.78º 0.61% 0.53% -
XYZ 12.79 8.31 8.91 -
YUV 80.82 128.67 166.64 -
System Red Green Blue C M Y K H S L
Decimal 135 53 82 0 0.61 0.39 0.47 338.78 0.44 0.37
Hex 87 35 52 0 3D 27 2F 153 2C 25
Octal 207 65 122 0 75 47 57 523 54 45
Binary 10000111 110101 1010010 0 111101 100111 101111 101010011 101100 100101

Color Harmonies of #873552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873552

Black with #873552

Text Example


Text Example

White with #873552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873552; }

 p { color: rgb(135,53,82); }

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

background-color css

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

 a { background-color: rgb(135,53,82); }

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

border-color css

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

 span { border-color: rgb(135,53,82); }

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