#531F37

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

Shades of Castro #531F37

Tints of Castro #531F37

Color information

#531F37 (or 0x531F37) is unknown color: approx Castro. HEX triplet: 53, 1F and 37. RGB value is (83,31,55). Sum of RGB (Red+Green+Blue) = 83+31+55=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #531F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F37 is #ACE0C8. Grayscale: #313131. Windows color (decimal): -11329737 or 3612499. OLE color: 3612499.

HSL color Cylindrical-coordinate representation of color #531F37: hue angle of 332.31º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F37 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB833155-
CMYK00.630.340.67
HSL332.31º45.61%22.35%-
HSV(B)332.31º62.65%32.55%-
XYZ4.753.093.96-
YUV49.28131.23152.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.11%
GREEN value IS 31 (12.5% from 255) = 18.34%
BLUE value IS 55 (21.88% from 255) = 32.54%
R=49.11%
G=18.34%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83315500.630.340.67332.3145.6122.35
Hex531F3703F224314c2e16
Octal1233767077421035145626
Binary1010011111111101110111111100010100001110100110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531F37; }

 p { color: rgb(83,31,55); }

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

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

 a { background-color: rgb(83,31,55); }

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

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

 span { border-color: rgb(83,31,55); }

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