#843050

Color #843050 Disco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Disco #843050

Tints of Disco #843050

Color information

#843050 (or 0x843050) is unknown color: approx Disco. HEX triplet: 84, 30 and 50. RGB value is (132,48,80). Sum of RGB (Red+Green+Blue) = 132+48+80=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #843050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843050 is #7BCFAF. Grayscale: #4C4C4C. Windows color (decimal): -8114096 or 5255300. OLE color: 5255300.

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

Color convert

RGB1324880-
CMYK00.640.390.48
HSL337.14º46.67%35.29%-
HSV(B)337.14º63.64%51.76%-
XYZ12.027.68.42-
YUV76.76129.83167.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.77%
GREEN value IS 48 (19.14% from 255) = 18.46%
BLUE value IS 80 (31.64% from 255) = 30.77%
R=50.77%
G=18.46%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132488000.640.390.48337.1446.6735.29
Hex84305004027301512f23
Octal20460120010047605215743
Binary10000100110000101000001000000100111110000101010001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843050; }

 p { color: rgb(132,48,80); }

 H1.HeaderClassName
 {
   color: #843050;
 }
 .AnyTagClassName
 {
   color: #843050;
 }
</style>
background-color css

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

 a { background-color: rgb(132,48,80); }

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

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

 span { border-color: rgb(132,48,80); }

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