#461626

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

Shades of Castro #461626

Tints of Castro #461626

Color information

#461626 (or 0x461626) is unknown color: approx Castro. HEX triplet: 46, 16 and 26. RGB value is (70,22,38). Sum of RGB (Red+Green+Blue) = 70+22+38=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #461626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461626 is #B9E9D9. Grayscale: #262626. Windows color (decimal): -12184026 or 2496070. OLE color: 2496070.

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

Color convert

RGB702238-
CMYK00.690.460.73
HSL340º52.17%18.04%-
HSV(B)340º68.57%27.45%-
XYZ3.162.022.06-
YUV38.18127.9150.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.85%
GREEN value IS 22 (8.98% from 255) = 16.92%
BLUE value IS 38 (15.23% from 255) = 29.23%
R=53.85%
G=16.92%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70223800.690.460.7334052.1718.04
Hex4616260452E491543412
Octal10626460105561115246422
Binary10001101011010011001000101101110100100110101010011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461626; }

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

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

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

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

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

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

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

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