#49182B

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

Shades of Castro #49182B

Tints of Castro #49182B

Color information

#49182B (or 0x49182B) is unknown color: approx Castro. HEX triplet: 49, 18 and 2B. RGB value is (73,24,43). Sum of RGB (Red+Green+Blue) = 73+24+43=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #49182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49182B is #B6E7D4. Grayscale: #282828. Windows color (decimal): -11986901 or 2824265. OLE color: 2824265.

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

Color convert

RGB732443-
CMYK00.670.410.71
HSL336.73º50.52%19.02%-
HSV(B)336.73º67.12%28.63%-
XYZ3.512.242.53-
YUV40.82129.23150.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.14%
GREEN value IS 24 (9.77% from 255) = 17.14%
BLUE value IS 43 (17.19% from 255) = 30.71%
R=52.14%
G=17.14%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73244300.670.410.71336.7350.5219.02
Hex49182B04329471513313
Octal11130530103511075216323
Binary10010011100010101101000011101001100011110101000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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