#491B2A

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

Shades of Castro #491B2A

Tints of Castro #491B2A

Color information

#491B2A (or 0x491B2A) is unknown color: approx Castro. HEX triplet: 49, 1B and 2A. RGB value is (73,27,42). Sum of RGB (Red+Green+Blue) = 73+27+42=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #491B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B2A is #B6E4D5. Grayscale: #2A2A2A. Windows color (decimal): -11986134 or 2759497. OLE color: 2759497.

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

Color convert

RGB732742-
CMYK00.630.420.71
HSL340.43º46%19.61%-
HSV(B)340.43º63.01%28.63%-
XYZ3.562.372.46-
YUV42.46127.74149.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.41%
GREEN value IS 27 (10.94% from 255) = 19.01%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=51.41%
G=19.01%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73274200.630.420.71340.434619.61
Hex491B2A03F2A471542e14
Octal1113352077521075245624
Binary1001001110111010100111111101010100011110101010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,27,42); }

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

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

 a { background-color: rgb(73,27,42); }

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

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

 span { border-color: rgb(73,27,42); }

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