#48242D

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

Shades of Castro #48242D

Tints of Castro #48242D

Color information

#48242D (or 0x48242D) is unknown color: approx Castro. HEX triplet: 48, 24 and 2D. RGB value is (72,36,45). Sum of RGB (Red+Green+Blue) = 72+36+45=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #48242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48242D is #B7DBD2. Grayscale: #2F2F2F. Windows color (decimal): -12049363 or 2958408. OLE color: 2958408.

HSL color Cylindrical-coordinate representation of color #48242D: hue angle of 345º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48242D is Cyan = 0, Magento = 0.5, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB723645-
CMYK00.50.380.72
HSL345º33.33%21.18%-
HSV(B)345º50%28.24%-
XYZ3.782.832.83-
YUV47.79126.43145.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.06%
GREEN value IS 36 (14.45% from 255) = 23.53%
BLUE value IS 45 (17.97% from 255) = 29.41%
R=47.06%
G=23.53%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72364500.50.380.7234533.3321.18
Hex48242D03226481592115
Octal1104455062461105314125
Binary10010001001001011010110010100110100100010101100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48242D; }

 p { color: rgb(72,36,45); }

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

<style>
 a { background-color: #48242D; }

 a { background-color: rgb(72,36,45); }

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

<style>
 span { border-color: #48242D; }

 span { border-color: rgb(72,36,45); }

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