#481C2D

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

Shades of Castro #481C2D

Tints of Castro #481C2D

Color information

#481C2D (or 0x481C2D) is unknown color: approx Castro. HEX triplet: 48, 1C and 2D. RGB value is (72,28,45). Sum of RGB (Red+Green+Blue) = 72+28+45=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #481C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C2D is #B7E3D2. Grayscale: #2B2B2B. Windows color (decimal): -12051411 or 2956360. OLE color: 2956360.

HSL color Cylindrical-coordinate representation of color #481C2D: hue angle of 336.82º 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 #481C2D is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB722845-
CMYK00.610.380.72
HSL336.82º44%19.61%-
HSV(B)336.82º61.11%28.24%-
XYZ3.562.42.76-
YUV43.09129.08148.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 28 (11.33% from 255) = 19.31%
BLUE value IS 45 (17.97% from 255) = 31.03%
R=49.66%
G=19.31%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72284500.610.380.72336.824419.61
Hex481C2D03D26481512c14
Octal1103455075461105215424
Binary1001000111001011010111101100110100100010101000110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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