#49212F

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

Shades of Castro #49212F

Tints of Castro #49212F

Color information

#49212F (or 0x49212F) is unknown color: approx Castro. HEX triplet: 49, 21 and 2F. RGB value is (73,33,47). Sum of RGB (Red+Green+Blue) = 73+33+47=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #49212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49212F is #B6DED0. Grayscale: #2E2E2E. Windows color (decimal): -11984593 or 3088713. OLE color: 3088713.

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

Color convert

RGB733347-
CMYK00.550.360.71
HSL339º37.74%20.78%-
HSV(B)339º54.79%28.63%-
XYZ3.82.713.01-
YUV46.56128.25146.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.71%
GREEN value IS 33 (13.28% from 255) = 21.57%
BLUE value IS 47 (18.75% from 255) = 30.72%
R=47.71%
G=21.57%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73334700.550.360.7133937.7420.78
Hex49212F03724471532615
Octal1114157067441075234625
Binary10010011000011011110110111100100100011110101001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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