#491527

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

Shades of Castro #491527

Tints of Castro #491527

Color information

#491527 (or 0x491527) is unknown color: approx Castro. HEX triplet: 49, 15 and 27. RGB value is (73,21,39). Sum of RGB (Red+Green+Blue) = 73+21+39=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #491527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491527 is #B6EAD8. Grayscale: #262626. Windows color (decimal): -11987673 or 2561353. OLE color: 2561353.

HSL color Cylindrical-coordinate representation of color #491527: hue angle of 339.23º 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 #491527 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB732139-
CMYK00.710.470.71
HSL339.23º55.32%18.43%-
HSV(B)339.23º71.23%28.63%-
XYZ3.382.12.15-
YUV38.6128.23152.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.89%
GREEN value IS 21 (8.59% from 255) = 15.79%
BLUE value IS 39 (15.62% from 255) = 29.32%
R=54.89%
G=15.79%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73213900.710.470.71339.2355.3218.43
Hex4915270472F471533712
Octal11125470107571075236722
Binary10010011010110011101000111101111100011110101001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491527; }

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

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

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

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

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

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

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

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