#461829

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

Shades of Castro #461829

Tints of Castro #461829

Color information

#461829 (or 0x461829) is unknown color: approx Castro. HEX triplet: 46, 18 and 29. RGB value is (70,24,41). Sum of RGB (Red+Green+Blue) = 70+24+41=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #461829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461829 is #B9E7D6. Grayscale: #272727. Windows color (decimal): -12183511 or 2693190. OLE color: 2693190.

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

Color convert

RGB702441-
CMYK00.660.410.73
HSL337.83º48.94%18.43%-
HSV(B)337.83º65.71%27.45%-
XYZ3.252.122.33-
YUV39.69128.74149.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.85%
GREEN value IS 24 (9.77% from 255) = 17.78%
BLUE value IS 41 (16.41% from 255) = 30.37%
R=51.85%
G=17.78%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70244100.660.410.73337.8348.9418.43
Hex46182904229491523112
Octal10630510102511115226122
Binary10001101100010100101000010101001100100110101001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461829; }

 p { color: rgb(70,24,41); }

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

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

 a { background-color: rgb(70,24,41); }

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

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

 span { border-color: rgb(70,24,41); }

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