#531D33

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

Shades of Castro #531D33

Tints of Castro #531D33

Color information

#531D33 (or 0x531D33) is unknown color: approx Castro. HEX triplet: 53, 1D and 33. RGB value is (83,29,51). Sum of RGB (Red+Green+Blue) = 83+29+51=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #531D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D33 is #ACE2CC. Grayscale: #2F2F2F. Windows color (decimal): -11330253 or 3349843. OLE color: 3349843.

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

Color convert

RGB832951-
CMYK00.650.390.67
HSL335.56º48.21%21.96%-
HSV(B)335.56º65.06%32.55%-
XYZ4.62.963.46-
YUV47.65129.89153.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 29 (11.72% from 255) = 17.79%
BLUE value IS 51 (20.31% from 255) = 31.29%
R=50.92%
G=17.79%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83295100.650.390.67335.5648.2121.96
Hex531D3304127431503016
Octal12335630101471035206026
Binary10100111110111001101000001100111100001110101000011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,29,51); }

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

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

 a { background-color: rgb(83,29,51); }

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

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

 span { border-color: rgb(83,29,51); }

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