#481D2B

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

Shades of Castro #481D2B

Tints of Castro #481D2B

Color information

#481D2B (or 0x481D2B) is unknown color: approx Castro. HEX triplet: 48, 1D and 2B. RGB value is (72,29,43). Sum of RGB (Red+Green+Blue) = 72+29+43=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #481D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D2B is #B7E2D4. Grayscale: #2B2B2B. Windows color (decimal): -12051157 or 2825544. OLE color: 2825544.

HSL color Cylindrical-coordinate representation of color #481D2B: hue angle of 340.47º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #481D2B is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB722943-
CMYK00.600.400.72
HSL340.47º42.57%19.8%-
HSV(B)340.47º59.72%28.24%-
XYZ3.552.432.57-
YUV43.45127.75148.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50%
GREEN value IS 29 (11.72% from 255) = 20.14%
BLUE value IS 43 (17.19% from 255) = 29.86%
R=50%
G=20.14%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72294300.600.400.72340.4742.5719.8
Hex481D2B03C28481542b14
Octal1103553074501105245324
Binary1001000111011010110111100101000100100010101010010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,29,43); }

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

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

 a { background-color: rgb(72,29,43); }

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

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

 span { border-color: rgb(72,29,43); }

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