#49222F

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

Shades of Castro #49222F

Tints of Castro #49222F

Color information

#49222F (or 0x49222F) is unknown color: approx Castro. HEX triplet: 49, 22 and 2F. RGB value is (73,34,47). Sum of RGB (Red+Green+Blue) = 73+34+47=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #49222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49222F is #B6DDD0. Grayscale: #2F2F2F. Windows color (decimal): -11984337 or 3088969. OLE color: 3088969.

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

Color convert

RGB733447-
CMYK00.530.360.71
HSL340º36.45%20.98%-
HSV(B)340º53.42%28.63%-
XYZ3.832.773.02-
YUV47.14127.92146.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.40%
GREEN value IS 34 (13.67% from 255) = 22.08%
BLUE value IS 47 (18.75% from 255) = 30.52%
R=47.40%
G=22.08%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73344700.530.360.7134036.4520.98
Hex49222F03524471542415
Octal1114257065441075244425
Binary10010011000101011110110101100100100011110101010010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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