#83184A

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

Shades of Disco #83184A

Tints of Disco #83184A

Color information

#83184A (or 0x83184A) is unknown color: approx Disco. HEX triplet: 83, 18 and 4A. RGB value is (131,24,74). Sum of RGB (Red+Green+Blue) = 131+24+74=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #83184A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83184A is #7CE7B5. Grayscale: #3D3D3D. Windows color (decimal): -8185782 or 4855939. OLE color: 4855939.

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

Color convert

RGB1312474-
CMYK00.820.440.49
HSL331.96º69.03%30.39%-
HSV(B)331.96º81.68%51.37%-
XYZ10.925.977.06-
YUV61.69134.95177.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 57.21%
GREEN value IS 24 (9.77% from 255) = 10.48%
BLUE value IS 74 (29.30% from 255) = 32.31%
R=57.21%
G=10.48%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131247400.820.440.49331.9669.0330.39
Hex83184A0522C3114c451e
Octal203301120122546151410536
Binary1000001111000100101001010010101100110001101001100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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