#491E31

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

Shades of Castro #491E31

Tints of Castro #491E31

Color information

#491E31 (or 0x491E31) is unknown color: approx Castro. HEX triplet: 49, 1E and 31. RGB value is (73,30,49). Sum of RGB (Red+Green+Blue) = 73+30+49=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #491E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E31 is #B6E1CE. Grayscale: #2C2C2C. Windows color (decimal): -11985359 or 3219017. OLE color: 3219017.

HSL color Cylindrical-coordinate representation of color #491E31: hue angle of 333.49º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #491E31 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB733049-
CMYK00.590.330.71
HSL333.49º41.75%20.2%-
HSV(B)333.49º58.9%28.63%-
XYZ3.772.573.2-
YUV45.02130.25147.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.03%
GREEN value IS 30 (12.11% from 255) = 19.74%
BLUE value IS 49 (19.53% from 255) = 32.24%
R=48.03%
G=19.74%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73304900.590.330.71333.4941.7520.2
Hex491E3103B214714d2a14
Octal1113661073411075155224
Binary1001001111101100010111011100001100011110100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491E31; }

 p { color: rgb(73,30,49); }

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

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

 a { background-color: rgb(73,30,49); }

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

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

 span { border-color: rgb(73,30,49); }

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