#522036

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

Shades of Castro #522036

Tints of Castro #522036

Color information

#522036 (or 0x522036) is unknown color: approx Castro. HEX triplet: 52, 20 and 36. RGB value is (82,32,54). Sum of RGB (Red+Green+Blue) = 82+32+54=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #522036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522036 is #ADDFC9. Grayscale: #313131. Windows color (decimal): -11395018 or 3547218. OLE color: 3547218.

HSL color Cylindrical-coordinate representation of color #522036: hue angle of 333.6º 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 #522036 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.68.

Color convert

RGB823254-
CMYK00.610.340.68
HSL333.6º43.86%22.35%-
HSV(B)333.6º60.98%32.16%-
XYZ4.663.093.84-
YUV49.46130.56151.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.81%
GREEN value IS 32 (12.89% from 255) = 19.05%
BLUE value IS 54 (21.48% from 255) = 32.14%
R=48.81%
G=19.05%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82325400.610.340.68333.643.8622.35
Hex52203603D224414e2c16
Octal1224066075421045165426
Binary10100101000001101100111101100010100010010100111010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522036; }

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

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

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

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

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

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

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

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