#481528

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

Shades of Castro #481528

Tints of Castro #481528

Color information

#481528 (or 0x481528) is unknown color: approx Castro. HEX triplet: 48, 15 and 28. RGB value is (72,21,40). Sum of RGB (Red+Green+Blue) = 72+21+40=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #481528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481528 is #B7EAD7. Grayscale: #262626. Windows color (decimal): -12053208 or 2626888. OLE color: 2626888.

HSL color Cylindrical-coordinate representation of color #481528: hue angle of 337.65º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481528 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB722140-
CMYK00.710.440.72
HSL337.65º54.84%18.24%-
HSV(B)337.65º70.83%28.24%-
XYZ3.322.072.23-
YUV38.42128.9151.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.14%
GREEN value IS 21 (8.59% from 255) = 15.79%
BLUE value IS 40 (16.02% from 255) = 30.08%
R=54.14%
G=15.79%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72214000.710.440.72337.6554.8418.24
Hex4815280472C481523712
Octal11025500107541105226722
Binary10010001010110100001000111101100100100010101001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481528; }

 p { color: rgb(72,21,40); }

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

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

 a { background-color: rgb(72,21,40); }

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

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

 span { border-color: rgb(72,21,40); }

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