#83234A

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

Shades of Disco #83234A

Tints of Disco #83234A

Color information

#83234A (or 0x83234A) is unknown color: approx Disco. HEX triplet: 83, 23 and 4A. RGB value is (131,35,74). Sum of RGB (Red+Green+Blue) = 131+35+74=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #83234A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83234A is #7CDCB5. Grayscale: #444444. Windows color (decimal): -8182966 or 4858755. OLE color: 4858755.

HSL color Cylindrical-coordinate representation of color #83234A: hue angle of 335.62º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83234A is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1313574-
CMYK00.730.440.49
HSL335.62º57.83%32.55%-
HSV(B)335.62º73.28%51.37%-
XYZ11.26.527.15-
YUV68.15131.3172.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 54.58%
GREEN value IS 35 (14.06% from 255) = 14.58%
BLUE value IS 74 (29.30% from 255) = 30.83%
R=54.58%
G=14.58%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131357400.730.440.49335.6257.8332.55
Hex83234A0492C311503a21
Octal20343112011154615207241
Binary10000011100011100101001001001101100110001101010000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83234A; }

 p { color: rgb(131,35,74); }

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

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

 a { background-color: rgb(131,35,74); }

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

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

 span { border-color: rgb(131,35,74); }

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