#461728

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

Shades of Castro #461728

Tints of Castro #461728

Color information

#461728 (or 0x461728) is unknown color: approx Castro. HEX triplet: 46, 17 and 28. RGB value is (70,23,40). Sum of RGB (Red+Green+Blue) = 70+23+40=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #461728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461728 is #B9E8D7. Grayscale: #262626. Windows color (decimal): -12183768 or 2627398. OLE color: 2627398.

HSL color Cylindrical-coordinate representation of color #461728: hue angle of 338.3º 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 #461728 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB702340-
CMYK00.670.430.73
HSL338.3º50.54%18.24%-
HSV(B)338.3º67.14%27.45%-
XYZ3.222.072.24-
YUV38.99128.57150.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.63%
GREEN value IS 23 (9.38% from 255) = 17.29%
BLUE value IS 40 (16.02% from 255) = 30.08%
R=52.63%
G=17.29%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70234000.670.430.73338.350.5418.24
Hex4617280432B491523312
Octal10627500103531115226322
Binary10001101011110100001000011101011100100110101001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461728; }

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

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

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

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

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

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

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

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