#48252D

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

Shades of Castro #48252D

Tints of Castro #48252D

Color information

#48252D (or 0x48252D) is unknown color: approx Castro. HEX triplet: 48, 25 and 2D. RGB value is (72,37,45). Sum of RGB (Red+Green+Blue) = 72+37+45=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48252D is #B7DAD2. Grayscale: #303030. Windows color (decimal): -12049107 or 2958664. OLE color: 2958664.

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

Color convert

RGB723745-
CMYK00.490.380.72
HSL346.29º32.11%21.37%-
HSV(B)346.29º48.61%28.24%-
XYZ3.812.892.84-
YUV48.38126.1144.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 37 (14.84% from 255) = 24.03%
BLUE value IS 45 (17.97% from 255) = 29.22%
R=46.75%
G=24.03%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72374500.490.380.72346.2932.1121.37
Hex48252D031264815a2015
Octal1104555061461105324025
Binary10010001001011011010110001100110100100010101101010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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