Html Css Color HEX #873350 Disco

📋 copy color: '#873350'

red 135 ◦ green 51 ◦ blue 80

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

Shades of Disco #873350

Tints of Disco #873350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.17%

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

R = 50.75%
G = 19.17%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#873350 (or 0x873350) is known color: Disco. HEX triplet: 87, 33 and 50. RGB value is (135,51,80). Sum of RGB (Red+Green+Blue) = 135+51+80=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #873350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873350 is #78CCAF. Grayscale: #4F4F4F. Windows color (decimal): -7916720 or 5256071. OLE color: 5256071.

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

Color convert

RGB 135 51 80 -
CMYK 0 0.62 0.41 0.47
HSL 339.29º 0.45% 0.36% -
HSV(B) 339.29º 0.62% 0.53% -
XYZ 12.62 8.1 8.49 -
YUV 79.42 128.33 167.64 -
System Red Green Blue C M Y K H S L
Decimal 135 51 80 0 0.62 0.41 0.47 339.29 0.45 0.36
Hex 87 33 50 0 3E 29 2F 153 2D 24
Octal 207 63 120 0 76 51 57 523 55 44
Binary 10000111 110011 1010000 0 111110 101001 101111 101010011 101101 100100

Color Harmonies of #873350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873350

Black with #873350

Text Example


Text Example

White with #873350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873350; }

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

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

background-color css

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

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

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

border-color css

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

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

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