#843150

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

Shades of Disco #843150

Tints of Disco #843150

Color information

#843150 (or 0x843150) is unknown color: approx Disco. HEX triplet: 84, 31 and 50. RGB value is (132,49,80). Sum of RGB (Red+Green+Blue) = 132+49+80=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #843150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843150 is #7BCEAF. Grayscale: #4D4D4D. Windows color (decimal): -8113840 or 5255556. OLE color: 5255556.

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

Color convert

RGB1324980-
CMYK00.630.390.48
HSL337.59º45.86%35.49%-
HSV(B)337.59º62.88%51.76%-
XYZ12.067.688.44-
YUV77.35129.5166.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 49 (19.53% from 255) = 18.77%
BLUE value IS 80 (31.64% from 255) = 30.65%
R=50.57%
G=18.77%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132498000.630.390.48337.5945.8635.49
Hex84315003F27301522e23
Octal2046112007747605225643
Binary1000010011000110100000111111100111110000101010010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843150; }

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

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

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

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

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

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

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

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