#461729

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

Shades of Castro #461729

Tints of Castro #461729

Color information

#461729 (or 0x461729) is unknown color: approx Castro. HEX triplet: 46, 17 and 29. RGB value is (70,23,41). Sum of RGB (Red+Green+Blue) = 70+23+41=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #461729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461729 is #B9E8D6. Grayscale: #272727. Windows color (decimal): -12183767 or 2692934. OLE color: 2692934.

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

Color convert

RGB702341-
CMYK00.670.410.73
HSL337.02º50.54%18.24%-
HSV(B)337.02º67.14%27.45%-
XYZ3.232.072.33-
YUV39.1129.07150.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.24%
GREEN value IS 23 (9.38% from 255) = 17.16%
BLUE value IS 41 (16.41% from 255) = 30.60%
R=52.24%
G=17.16%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70234100.670.410.73337.0250.5418.24
Hex46172904329491513312
Octal10627510103511115216322
Binary10001101011110100101000011101001100100110101000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461729; }

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

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

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

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

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

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

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

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