#833051

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

Shades of Disco #833051

Tints of Disco #833051

Color information

#833051 (or 0x833051) is unknown color: approx Disco. HEX triplet: 83, 30 and 51. RGB value is (131,48,81). Sum of RGB (Red+Green+Blue) = 131+48+81=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #833051 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833051 is #7CCFAE. Grayscale: #4C4C4C. Windows color (decimal): -8179631 or 5320835. OLE color: 5320835.

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

Color convert

RGB1314881-
CMYK00.630.380.49
HSL336.14º46.37%35.1%-
HSV(B)336.14º63.36%51.37%-
XYZ11.97.538.61-
YUV76.58130.5166.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.38%
GREEN value IS 48 (19.14% from 255) = 18.46%
BLUE value IS 81 (32.03% from 255) = 31.15%
R=50.38%
G=18.46%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131488100.630.380.49336.1446.3735.1
Hex83305103F26311502e23
Octal2036012107746615205643
Binary1000001111000010100010111111100110110001101010000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833051; }

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

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

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

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

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

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

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

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