#83224B

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

Shades of Disco #83224B

Tints of Disco #83224B

Color information

#83224B (or 0x83224B) is unknown color: approx Disco. HEX triplet: 83, 22 and 4B. RGB value is (131,34,75). Sum of RGB (Red+Green+Blue) = 131+34+75=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #83224B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83224B is #7CDDB4. Grayscale: #434343. Windows color (decimal): -8183221 or 4924035. OLE color: 4924035.

HSL color Cylindrical-coordinate representation of color #83224B: hue angle of 334.64º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83224B is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1313475-
CMYK00.740.430.49
HSL334.64º58.79%32.35%-
HSV(B)334.64º74.05%51.37%-
XYZ11.26.487.32-
YUV67.68132.14173.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.58%
GREEN value IS 34 (13.67% from 255) = 14.17%
BLUE value IS 75 (29.69% from 255) = 31.25%
R=54.58%
G=14.17%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131347500.740.430.49334.6458.7932.35
Hex83224B04A2B3114f3b20
Octal20342113011253615177340
Binary10000011100010100101101001010101011110001101001111111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83224B; }

 p { color: rgb(131,34,75); }

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

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

 a { background-color: rgb(131,34,75); }

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

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

 span { border-color: rgb(131,34,75); }

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