#481326

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

Shades of Castro #481326

Tints of Castro #481326

Color information

#481326 (or 0x481326) is unknown color: approx Castro. HEX triplet: 48, 13 and 26. RGB value is (72,19,38). Sum of RGB (Red+Green+Blue) = 72+19+38=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #481326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481326 is #B7ECD9. Grayscale: #242424. Windows color (decimal): -12053722 or 2495304. OLE color: 2495304.

HSL color Cylindrical-coordinate representation of color #481326: hue angle of 338.49º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #481326 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.72.

Color convert

RGB721938-
CMYK00.740.470.72
HSL338.49º58.24%17.84%-
HSV(B)338.49º73.61%28.24%-
XYZ3.261.982.04-
YUV37.01128.56152.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.81%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 38 (15.23% from 255) = 29.46%
R=55.81%
G=14.73%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72193800.740.470.72338.4958.2417.84
Hex48132604A2F481523a12
Octal11023460112571105227222
Binary10010001001110011001001010101111100100010101001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481326; }

 p { color: rgb(72,19,38); }

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

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

 a { background-color: rgb(72,19,38); }

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

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

 span { border-color: rgb(72,19,38); }

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