#49252F

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

Shades of Castro #49252F

Tints of Castro #49252F

Color information

#49252F (or 0x49252F) is unknown color: approx Castro. HEX triplet: 49, 25 and 2F. RGB value is (73,37,47). Sum of RGB (Red+Green+Blue) = 73+37+47=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #49252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49252F is #B6DAD0. Grayscale: #303030. Windows color (decimal): -11983569 or 3089737. OLE color: 3089737.

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

Color convert

RGB733747-
CMYK00.490.360.71
HSL343.33º32.73%21.57%-
HSV(B)343.33º49.32%28.63%-
XYZ3.922.943.05-
YUV48.9126.93145.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=46.50%
G=23.57%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73374700.490.360.71343.3332.7321.57
Hex49252F03124471572116
Octal1114557061441075274126
Binary10010011001011011110110001100100100011110101011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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