#521D32

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

Shades of Castro #521D32

Tints of Castro #521D32

Color information

#521D32 (or 0x521D32) is unknown color: approx Castro. HEX triplet: 52, 1D and 32. RGB value is (82,29,50). Sum of RGB (Red+Green+Blue) = 82+29+50=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #521D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D32 is #ADE2CD. Grayscale: #2F2F2F. Windows color (decimal): -11395790 or 3284306. OLE color: 3284306.

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

Color convert

RGB822950-
CMYK00.650.390.68
HSL336.23º47.75%21.76%-
HSV(B)336.23º64.63%32.16%-
XYZ4.492.93.34-
YUV47.24129.56152.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.93%
GREEN value IS 29 (11.72% from 255) = 18.01%
BLUE value IS 50 (19.92% from 255) = 31.06%
R=50.93%
G=18.01%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82295000.650.390.68336.2347.7521.76
Hex521D3204127441503016
Octal12235620101471045206026
Binary10100101110111001001000001100111100010010101000011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521D32; }

 p { color: rgb(82,29,50); }

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

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

 a { background-color: rgb(82,29,50); }

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

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

 span { border-color: rgb(82,29,50); }

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