#48192C

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

Shades of Castro #48192C

Tints of Castro #48192C

Color information

#48192C (or 0x48192C) is unknown color: approx Castro. HEX triplet: 48, 19 and 2C. RGB value is (72,25,44). Sum of RGB (Red+Green+Blue) = 72+25+44=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #48192C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48192C is #B7E6D3. Grayscale: #292929. Windows color (decimal): -12052180 or 2890056. OLE color: 2890056.

HSL color Cylindrical-coordinate representation of color #48192C: hue angle of 335.74º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48192C is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB722544-
CMYK00.650.390.72
HSL335.74º48.45%19.02%-
HSV(B)335.74º65.28%28.24%-
XYZ3.472.252.63-
YUV41.22129.57149.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 25 (10.16% from 255) = 17.73%
BLUE value IS 44 (17.58% from 255) = 31.21%
R=51.06%
G=17.73%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72254400.650.390.72335.7448.4519.02
Hex48192C04127481503013
Octal11031540101471105206023
Binary10010001100110110001000001100111100100010101000011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48192C; }

 p { color: rgb(72,25,44); }

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

<style>
 a { background-color: #48192C; }

 a { background-color: rgb(72,25,44); }

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

<style>
 span { border-color: #48192C; }

 span { border-color: rgb(72,25,44); }

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