#481B2A

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

Shades of Castro #481B2A

Tints of Castro #481B2A

Color information

#481B2A (or 0x481B2A) is unknown color: approx Castro. HEX triplet: 48, 1B and 2A. RGB value is (72,27,42). Sum of RGB (Red+Green+Blue) = 72+27+42=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #481B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B2A is #B7E4D5. Grayscale: #2A2A2A. Windows color (decimal): -12051670 or 2759496. OLE color: 2759496.

HSL color Cylindrical-coordinate representation of color #481B2A: hue angle of 340º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #481B2A is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB722742-
CMYK00.620.420.72
HSL340º45.45%19.41%-
HSV(B)340º62.5%28.24%-
XYZ3.482.332.46-
YUV42.16127.91149.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 27 (10.94% from 255) = 19.15%
BLUE value IS 42 (16.80% from 255) = 29.79%
R=51.06%
G=19.15%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72274200.620.420.7234045.4519.41
Hex481B2A03E2A481542d13
Octal1103352076521105245523
Binary1001000110111010100111110101010100100010101010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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