#481C2F

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

Shades of Castro #481C2F

Tints of Castro #481C2F

Color information

#481C2F (or 0x481C2F) is unknown color: approx Castro. HEX triplet: 48, 1C and 2F. RGB value is (72,28,47). Sum of RGB (Red+Green+Blue) = 72+28+47=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #481C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C2F is #B7E3D0. Grayscale: #2B2B2B. Windows color (decimal): -12051409 or 3087432. OLE color: 3087432.

HSL color Cylindrical-coordinate representation of color #481C2F: hue angle of 334.09º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #481C2F is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB722847-
CMYK00.610.350.72
HSL334.09º44%19.61%-
HSV(B)334.09º61.11%28.24%-
XYZ3.62.412.97-
YUV43.32130.08148.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.98%
GREEN value IS 28 (11.33% from 255) = 19.05%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=48.98%
G=19.05%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72284700.610.350.72334.094419.61
Hex481C2F03D234814e2c14
Octal1103457075431105165424
Binary1001000111001011110111101100011100100010100111010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481C2F; }

 p { color: rgb(72,28,47); }

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

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

 a { background-color: rgb(72,28,47); }

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

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

 span { border-color: rgb(72,28,47); }

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