#522037

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

Shades of Castro #522037

Tints of Castro #522037

Color information

#522037 (or 0x522037) is unknown color: approx Castro. HEX triplet: 52, 20 and 37. RGB value is (82,32,55). Sum of RGB (Red+Green+Blue) = 82+32+55=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #522037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522037 is #ADDFC8. Grayscale: #313131. Windows color (decimal): -11395017 or 3612754. OLE color: 3612754.

HSL color Cylindrical-coordinate representation of color #522037: hue angle of 332.4º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #522037 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB823255-
CMYK00.610.330.68
HSL332.4º43.86%22.35%-
HSV(B)332.4º60.98%32.16%-
XYZ4.693.13.97-
YUV49.57131.06151.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.52%
GREEN value IS 32 (12.89% from 255) = 18.93%
BLUE value IS 55 (21.88% from 255) = 32.54%
R=48.52%
G=18.93%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82325500.610.330.68332.443.8622.35
Hex52203703D214414c2c16
Octal1224067075411045145426
Binary10100101000001101110111101100001100010010100110010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522037; }

 p { color: rgb(82,32,55); }

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

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

 a { background-color: rgb(82,32,55); }

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

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

 span { border-color: rgb(82,32,55); }

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