#461426

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

Shades of Castro #461426

Tints of Castro #461426

Color information

#461426 (or 0x461426) is unknown color: approx Castro. HEX triplet: 46, 14 and 26. RGB value is (70,20,38). Sum of RGB (Red+Green+Blue) = 70+20+38=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #461426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461426 is #B9EBD9. Grayscale: #242424. Windows color (decimal): -12184538 or 2495558. OLE color: 2495558.

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

Color convert

RGB702038-
CMYK00.710.460.73
HSL338.4º55.56%17.65%-
HSV(B)338.4º71.43%27.45%-
XYZ3.131.942.04-
YUV37128.56151.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.69%
GREEN value IS 20 (8.20% from 255) = 15.62%
BLUE value IS 38 (15.23% from 255) = 29.69%
R=54.69%
G=15.62%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70203800.710.460.73338.455.5617.65
Hex4614260472E491523812
Octal10624460107561115227022
Binary10001101010010011001000111101110100100110101001011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461426; }

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

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

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

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

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

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

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

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