#522137

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

Shades of Castro #522137

Tints of Castro #522137

Color information

#522137 (or 0x522137) is unknown color: approx Castro. HEX triplet: 52, 21 and 37. RGB value is (82,33,55). Sum of RGB (Red+Green+Blue) = 82+33+55=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #522137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522137 is #ADDEC8. Grayscale: #323232. Windows color (decimal): -11394761 or 3613010. OLE color: 3613010.

HSL color Cylindrical-coordinate representation of color #522137: hue angle of 333.06º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #522137 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB823355-
CMYK00.600.330.68
HSL333.06º42.61%22.55%-
HSV(B)333.06º59.76%32.16%-
XYZ4.713.163.98-
YUV50.16130.73150.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.24%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 55 (21.88% from 255) = 32.35%
R=48.24%
G=19.41%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82335500.600.330.68333.0642.6122.55
Hex52213703C214414d2b17
Octal1224167074411045155327
Binary10100101000011101110111100100001100010010100110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522137; }

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

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

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

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

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

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

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

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