#531931

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

Shades of Castro #531931

Tints of Castro #531931

Color information

#531931 (or 0x531931) is unknown color: approx Castro. HEX triplet: 53, 19 and 31. RGB value is (83,25,49). Sum of RGB (Red+Green+Blue) = 83+25+49=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #531931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531931 is #ACE6CE. Grayscale: #2D2D2D. Windows color (decimal): -11331279 or 3217747. OLE color: 3217747.

HSL color Cylindrical-coordinate representation of color #531931: hue angle of 335.17º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #531931 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB832549-
CMYK00.700.410.67
HSL335.17º53.7%21.18%-
HSV(B)335.17º69.88%32.55%-
XYZ4.472.763.2-
YUV45.08130.22155.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 25 (10.16% from 255) = 15.92%
BLUE value IS 49 (19.53% from 255) = 31.21%
R=52.87%
G=15.92%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83254900.700.410.67335.1753.721.18
Hex531931046294314f3615
Octal12331610106511035176625
Binary10100111100111000101000110101001100001110100111111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531931; }

 p { color: rgb(83,25,49); }

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

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

 a { background-color: rgb(83,25,49); }

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

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

 span { border-color: rgb(83,25,49); }

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