#833452

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

Shades of Disco #833452

Tints of Disco #833452

Color information

#833452 (or 0x833452) is unknown color: approx Disco. HEX triplet: 83, 34 and 52. RGB value is (131,52,82). Sum of RGB (Red+Green+Blue) = 131+52+82=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #833452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833452 is #7CCBAD. Grayscale: #4E4E4E. Windows color (decimal): -8178606 or 5387395. OLE color: 5387395.

HSL color Cylindrical-coordinate representation of color #833452: hue angle of 337.22º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #833452 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1315282-
CMYK00.600.370.49
HSL337.22º43.17%35.88%-
HSV(B)337.22º60.31%51.37%-
XYZ12.117.898.87-
YUV79.04129.67165.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.43%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=49.43%
G=19.62%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131528200.600.370.49337.2243.1735.88
Hex83345203C25311512b24
Octal2036412207445615215344
Binary1000001111010010100100111100100101110001101010001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833452; }

 p { color: rgb(131,52,82); }

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

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

 a { background-color: rgb(131,52,82); }

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

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

 span { border-color: rgb(131,52,82); }

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