#491528

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

Shades of Castro #491528

Tints of Castro #491528

Color information

#491528 (or 0x491528) is unknown color: approx Castro. HEX triplet: 49, 15 and 28. RGB value is (73,21,40). Sum of RGB (Red+Green+Blue) = 73+21+40=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #491528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491528 is #B6EAD7. Grayscale: #262626. Windows color (decimal): -11987672 or 2626889. OLE color: 2626889.

HSL color Cylindrical-coordinate representation of color #491528: hue angle of 338.08º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491528 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB732140-
CMYK00.710.450.71
HSL338.08º55.32%18.43%-
HSV(B)338.08º71.23%28.63%-
XYZ3.42.112.23-
YUV38.71128.73152.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.48%
GREEN value IS 21 (8.59% from 255) = 15.67%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=54.48%
G=15.67%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73214000.710.450.71338.0855.3218.43
Hex4915280472D471523712
Octal11125500107551075226722
Binary10010011010110100001000111101101100011110101001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491528; }

 p { color: rgb(73,21,40); }

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

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

 a { background-color: rgb(73,21,40); }

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

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

 span { border-color: rgb(73,21,40); }

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