#843051

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

Shades of Disco #843051

Tints of Disco #843051

Color information

#843051 (or 0x843051) is unknown color: approx Disco. HEX triplet: 84, 30 and 51. RGB value is (132,48,81). Sum of RGB (Red+Green+Blue) = 132+48+81=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #843051 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843051 is #7BCFAE. Grayscale: #4C4C4C. Windows color (decimal): -8114095 or 5320836. OLE color: 5320836.

HSL color Cylindrical-coordinate representation of color #843051: hue angle of 336.43º 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 #843051 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB1324881-
CMYK00.640.390.48
HSL336.43º46.67%35.29%-
HSV(B)336.43º63.64%51.76%-
XYZ12.067.618.62-
YUV76.88130.33167.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 81 (32.03% from 255) = 31.03%
R=50.57%
G=18.39%
B=31.03%

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
Decimal132488100.640.390.48336.4346.6735.29
Hex84305104027301502f23
Octal20460121010047605205743
Binary10000100110000101000101000000100111110000101010000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843051; }

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

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

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

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

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

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

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

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