#491B2B

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

Shades of Castro #491B2B

Tints of Castro #491B2B

Color information

#491B2B (or 0x491B2B) is unknown color: approx Castro. HEX triplet: 49, 1B and 2B. RGB value is (73,27,43). Sum of RGB (Red+Green+Blue) = 73+27+43=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #491B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B2B is #B6E4D4. Grayscale: #2A2A2A. Windows color (decimal): -11986133 or 2825033. OLE color: 2825033.

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

Color convert

RGB732743-
CMYK00.630.410.71
HSL339.13º46%19.61%-
HSV(B)339.13º63.01%28.63%-
XYZ3.582.372.56-
YUV42.58128.24149.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.05%
GREEN value IS 27 (10.94% from 255) = 18.88%
BLUE value IS 43 (17.19% from 255) = 30.07%
R=51.05%
G=18.88%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73274300.630.410.71339.134619.61
Hex491B2B03F29471532e14
Octal1113353077511075235624
Binary1001001110111010110111111101001100011110101001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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