#831A45

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

Shades of Disco #831A45

Tints of Disco #831A45

Color information

#831A45 (or 0x831A45) is unknown color: approx Disco. HEX triplet: 83, 1A and 45. RGB value is (131,26,69). Sum of RGB (Red+Green+Blue) = 131+26+69=226 (29% of max value = 765). Red value is 131 (51.56% from 255 or 57.96% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 131 - color contains mainly: red. Hex color #831A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831A45 is #7CE5BA. Grayscale: #3E3E3E. Windows color (decimal): -8185275 or 4528771. OLE color: 4528771.

HSL color Cylindrical-coordinate representation of color #831A45: hue angle of 335.43º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #831A45 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB1312669-
CMYK00.800.470.49
HSL335.43º66.88%30.78%-
HSV(B)335.43º80.15%51.37%-
XYZ10.85.996.22-
YUV62.3131.79177-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 57.96%
GREEN value IS 26 (10.55% from 255) = 11.50%
BLUE value IS 69 (27.34% from 255) = 30.53%
R=57.96%
G=11.50%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131266900.800.470.49335.4366.8830.78
Hex831A450502F3114f431f
Octal203321050120576151710337
Binary1000001111010100010101010000101111110001101001111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831A45; }

 p { color: rgb(131,26,69); }

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

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

 a { background-color: rgb(131,26,69); }

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

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

 span { border-color: rgb(131,26,69); }

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