#833451

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

Shades of Disco #833451

Tints of Disco #833451

Color information

#833451 (or 0x833451) is unknown color: approx Disco. HEX triplet: 83, 34 and 51. RGB value is (131,52,81). Sum of RGB (Red+Green+Blue) = 131+52+81=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #833451 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833451 is #7CCBAE. Grayscale: #4E4E4E. Windows color (decimal): -8178607 or 5321859. OLE color: 5321859.

HSL color Cylindrical-coordinate representation of color #833451: hue angle of 337.97º 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 #833451 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1315281-
CMYK00.600.380.49
HSL337.97º43.17%35.88%-
HSV(B)337.97º60.31%51.37%-
XYZ12.077.888.67-
YUV78.93129.17165.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.62%
GREEN value IS 52 (20.70% from 255) = 19.70%
BLUE value IS 81 (32.03% from 255) = 30.68%
R=49.62%
G=19.70%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131528100.600.380.49337.9743.1735.88
Hex83345103C26311522b24
Octal2036412107446615225344
Binary1000001111010010100010111100100110110001101010010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833451; }

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

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

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

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

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

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

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

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