#481C2A

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

Shades of Castro #481C2A

Tints of Castro #481C2A

Color information

#481C2A (or 0x481C2A) is unknown color: approx Castro. HEX triplet: 48, 1C and 2A. RGB value is (72,28,42). Sum of RGB (Red+Green+Blue) = 72+28+42=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #481C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C2A is #B7E3D5. Grayscale: #2A2A2A. Windows color (decimal): -12051414 or 2759752. OLE color: 2759752.

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

Color convert

RGB722842-
CMYK00.610.420.72
HSL340.91º44%19.61%-
HSV(B)340.91º61.11%28.24%-
XYZ3.512.382.46-
YUV42.75127.58148.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.70%
GREEN value IS 28 (11.33% from 255) = 19.72%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=50.70%
G=19.72%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72284200.610.420.72340.914419.61
Hex481C2A03D2A481552c14
Octal1103452075521105255424
Binary1001000111001010100111101101010100100010101010110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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