#461526

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

Shades of Castro #461526

Tints of Castro #461526

Color information

#461526 (or 0x461526) is unknown color: approx Castro. HEX triplet: 46, 15 and 26. RGB value is (70,21,38). Sum of RGB (Red+Green+Blue) = 70+21+38=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #461526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461526 is #B9EAD9. Grayscale: #252525. Windows color (decimal): -12184282 or 2495814. OLE color: 2495814.

HSL color Cylindrical-coordinate representation of color #461526: hue angle of 339.18º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461526 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB702138-
CMYK00.700.460.73
HSL339.18º53.85%17.84%-
HSV(B)339.18º70%27.45%-
XYZ3.141.982.05-
YUV37.59128.23151.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.26%
GREEN value IS 21 (8.59% from 255) = 16.28%
BLUE value IS 38 (15.23% from 255) = 29.46%
R=54.26%
G=16.28%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70213800.700.460.73339.1853.8517.84
Hex4615260462E491533612
Octal10625460106561115236622
Binary10001101010110011001000110101110100100110101001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461526; }

 p { color: rgb(70,21,38); }

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

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

 a { background-color: rgb(70,21,38); }

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

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

 span { border-color: rgb(70,21,38); }

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