#461527

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

Shades of Castro #461527

Tints of Castro #461527

Color information

#461527 (or 0x461527) is unknown color: approx Castro. HEX triplet: 46, 15 and 27. RGB value is (70,21,39). Sum of RGB (Red+Green+Blue) = 70+21+39=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #461527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461527 is #B9EAD8. Grayscale: #252525. Windows color (decimal): -12184281 or 2561350. OLE color: 2561350.

HSL color Cylindrical-coordinate representation of color #461527: hue angle of 337.96º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461527 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB702139-
CMYK00.700.440.73
HSL337.96º53.85%17.84%-
HSV(B)337.96º70%27.45%-
XYZ3.161.982.14-
YUV37.7128.73151.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.85%
GREEN value IS 21 (8.59% from 255) = 16.15%
BLUE value IS 39 (15.62% from 255) = 30%
R=53.85%
G=16.15%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70213900.700.440.73337.9653.8517.84
Hex4615270462C491523612
Octal10625470106541115226622
Binary10001101010110011101000110101100100100110101001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461527; }

 p { color: rgb(70,21,39); }

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

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

 a { background-color: rgb(70,21,39); }

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

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

 span { border-color: rgb(70,21,39); }

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