#49242F

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

Shades of Castro #49242F

Tints of Castro #49242F

Color information

#49242F (or 0x49242F) is unknown color: approx Castro. HEX triplet: 49, 24 and 2F. RGB value is (73,36,47). Sum of RGB (Red+Green+Blue) = 73+36+47=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #49242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49242F is #B6DBD0. Grayscale: #303030. Windows color (decimal): -11983825 or 3089481. OLE color: 3089481.

HSL color Cylindrical-coordinate representation of color #49242F: hue angle of 342.16º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49242F is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB733647-
CMYK00.510.360.71
HSL342.16º33.94%21.37%-
HSV(B)342.16º50.68%28.63%-
XYZ3.892.883.04-
YUV48.32127.26145.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.79%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 47 (18.75% from 255) = 30.13%
R=46.79%
G=23.08%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73364700.510.360.71342.1633.9421.37
Hex49242F03324471562215
Octal1114457063441075264225
Binary10010011001001011110110011100100100011110101011010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49242F; }

 p { color: rgb(73,36,47); }

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

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

 a { background-color: rgb(73,36,47); }

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

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

 span { border-color: rgb(73,36,47); }

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