#521A31

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

Shades of Castro #521A31

Tints of Castro #521A31

Color information

#521A31 (or 0x521A31) is unknown color: approx Castro. HEX triplet: 52, 1A and 31. RGB value is (82,26,49). Sum of RGB (Red+Green+Blue) = 82+26+49=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #521A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521A31 is #ADE5CE. Grayscale: #2D2D2D. Windows color (decimal): -11396559 or 3218002. OLE color: 3218002.

HSL color Cylindrical-coordinate representation of color #521A31: hue angle of 335.36º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #521A31 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB822649-
CMYK00.680.400.68
HSL335.36º51.85%21.18%-
HSV(B)335.36º68.29%32.16%-
XYZ4.42.753.21-
YUV45.37130.05154.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.23%
GREEN value IS 26 (10.55% from 255) = 16.56%
BLUE value IS 49 (19.53% from 255) = 31.21%
R=52.23%
G=16.56%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82264900.680.400.68335.3651.8521.18
Hex521A31044284414f3415
Octal12232610104501045176425
Binary10100101101011000101000100101000100010010100111111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,26,49); }

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

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

 a { background-color: rgb(82,26,49); }

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

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

 span { border-color: rgb(82,26,49); }

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