#491A29

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

Shades of Castro #491A29

Tints of Castro #491A29

Color information

#491A29 (or 0x491A29) is unknown color: approx Castro. HEX triplet: 49, 1A and 29. RGB value is (73,26,41). Sum of RGB (Red+Green+Blue) = 73+26+41=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #491A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491A29 is #B6E5D6. Grayscale: #292929. Windows color (decimal): -11986391 or 2693705. OLE color: 2693705.

HSL color Cylindrical-coordinate representation of color #491A29: hue angle of 340.85º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #491A29 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB732641-
CMYK00.640.440.71
HSL340.85º47.47%19.41%-
HSV(B)340.85º64.38%28.63%-
XYZ3.522.322.36-
YUV41.76127.57150.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.14%
GREEN value IS 26 (10.55% from 255) = 18.57%
BLUE value IS 41 (16.41% from 255) = 29.29%
R=52.14%
G=18.57%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73264100.640.440.71340.8547.4719.41
Hex491A290402C471552f13
Octal11132510100541075255723
Binary10010011101010100101000000101100100011110101010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,26,41); }

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

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

 a { background-color: rgb(73,26,41); }

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

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

 span { border-color: rgb(73,26,41); }

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