#48192A

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

Shades of Castro #48192A

Tints of Castro #48192A

Color information

#48192A (or 0x48192A) is unknown color: approx Castro. HEX triplet: 48, 19 and 2A. RGB value is (72,25,42). Sum of RGB (Red+Green+Blue) = 72+25+42=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #48192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48192A is #B7E6D5. Grayscale: #282828. Windows color (decimal): -12052182 or 2758984. OLE color: 2758984.

HSL color Cylindrical-coordinate representation of color #48192A: hue angle of 338.3º 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 #48192A is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB722542-
CMYK00.650.420.72
HSL338.3º48.45%19.02%-
HSV(B)338.3º65.28%28.24%-
XYZ3.442.242.44-
YUV40.99128.57150.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 25 (10.16% from 255) = 17.99%
BLUE value IS 42 (16.80% from 255) = 30.22%
R=51.80%
G=17.99%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72254200.650.420.72338.348.4519.02
Hex48192A0412A481523013
Octal11031520101521105226023
Binary10010001100110101001000001101010100100010101001011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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