Html Css Color HEX #873250 Disco

📋 copy color: '#873250'

red 135 ◦ green 50 ◦ blue 80

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

Shades of Disco #873250

Tints of Disco #873250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.87%

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

R = 50.94%
G = 18.87%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#873250 (or 0x873250) is known color: Disco. HEX triplet: 87, 32 and 50. RGB value is (135,50,80). Sum of RGB (Red+Green+Blue) = 135+50+80=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #873250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873250 is #78CDAF. Grayscale: #4E4E4E. Windows color (decimal): -7916976 or 5255815. OLE color: 5255815.

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

Color convert

RGB 135 50 80 -
CMYK 0 0.63 0.41 0.47
HSL 338.82º 0.46% 0.36% -
HSV(B) 338.82º 0.63% 0.53% -
XYZ 12.58 8.01 8.47 -
YUV 78.84 128.66 168.06 -
System Red Green Blue C M Y K H S L
Decimal 135 50 80 0 0.63 0.41 0.47 338.82 0.46 0.36
Hex 87 32 50 0 3F 29 2F 153 2E 24
Octal 207 62 120 0 77 51 57 523 56 44
Binary 10000111 110010 1010000 0 111111 101001 101111 101010011 101110 100100

Color Harmonies of #873250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873250

Black with #873250

Text Example


Text Example

White with #873250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873250; }

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

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

background-color css

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

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

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

border-color css

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

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

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