Html Css Color HEX #873550 Disco

📋 copy color: '#873550'

red 135 ◦ green 53 ◦ blue 80

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

Shades of Disco #873550

Tints of Disco #873550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.85%

R = 50.37%
G = 19.78%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#873550 (or 0x873550) is known color: Disco. HEX triplet: 87, 35 and 50. RGB value is (135,53,80). Sum of RGB (Red+Green+Blue) = 135+53+80=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #873550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873550 is #78CAAF. Grayscale: #505050. Windows color (decimal): -7916208 or 5256583. OLE color: 5256583.

HSL color Cylindrical-coordinate representation of color #873550: hue angle of 340.24º 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 #873550 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 53 80 -
CMYK 0 0.61 0.41 0.47
HSL 340.24º 0.44% 0.37% -
HSV(B) 340.24º 0.61% 0.53% -
XYZ 12.71 8.28 8.52 -
YUV 80.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 135 53 80 0 0.61 0.41 0.47 340.24 0.44 0.37
Hex 87 35 50 0 3D 29 2F 154 2C 25
Octal 207 65 120 0 75 51 57 524 54 45
Binary 10000111 110101 1010000 0 111101 101001 101111 101010100 101100 100101

Color Harmonies of #873550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873550

Black with #873550

Text Example


Text Example

White with #873550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873550; }

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

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

background-color css

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

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

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

border-color css

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

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

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