Html Css Color HEX #873049 Disco

📋 copy color: '#873049'

red 135 ◦ green 48 ◦ blue 73

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

Shades of Disco #873049

Tints of Disco #873049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.75%

 BLUE value IS 73 (28.91% from 255) = 28.52%

R = 52.73%
G = 18.75%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#873049 (or 0x873049) is known color: Disco. HEX triplet: 87, 30 and 49. RGB value is (135,48,73). Sum of RGB (Red+Green+Blue) = 135+48+73=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #873049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873049 is #78CFB6. Grayscale: #4C4C4C. Windows color (decimal): -7917495 or 4796551. OLE color: 4796551.

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

Color convert

RGB 135 48 73 -
CMYK 0 0.64 0.46 0.47
HSL 342.76º 0.48% 0.36% -
HSV(B) 342.76º 0.64% 0.53% -
XYZ 12.25 7.75 7.15 -
YUV 76.86 125.82 169.47 -
System Red Green Blue C M Y K H S L
Decimal 135 48 73 0 0.64 0.46 0.47 342.76 0.48 0.36
Hex 87 30 49 0 40 2E 2F 157 30 24
Octal 207 60 111 0 100 56 57 527 60 44
Binary 10000111 110000 1001001 0 1000000 101110 101111 101010111 110000 100100

Color Harmonies of #873049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873049

Black with #873049

Text Example


Text Example

White with #873049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873049; }

 p { color: rgb(135,48,73); }

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

background-color css

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

 a { background-color: rgb(135,48,73); }

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

border-color css

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

 span { border-color: rgb(135,48,73); }

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