#49192B

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

Shades of Castro #49192B

Tints of Castro #49192B

Color information

#49192B (or 0x49192B) is unknown color: approx Castro. HEX triplet: 49, 19 and 2B. RGB value is (73,25,43). Sum of RGB (Red+Green+Blue) = 73+25+43=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #49192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49192B is #B6E6D4. Grayscale: #292929. Windows color (decimal): -11986645 or 2824521. OLE color: 2824521.

HSL color Cylindrical-coordinate representation of color #49192B: hue angle of 337.5º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49192B is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB732543-
CMYK00.660.410.71
HSL337.5º48.98%19.22%-
HSV(B)337.5º65.75%28.63%-
XYZ3.532.292.54-
YUV41.4128.9150.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.77%
GREEN value IS 25 (10.16% from 255) = 17.73%
BLUE value IS 43 (17.19% from 255) = 30.50%
R=51.77%
G=17.73%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73254300.660.410.71337.548.9819.22
Hex49192B04229471523113
Octal11131530102511075226123
Binary10010011100110101101000010101001100011110101001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49192B; }

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

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

<style>
 a { background-color: #49192B; }

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

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

<style>
 span { border-color: #49192B; }

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

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