#461929

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

Shades of Castro #461929

Tints of Castro #461929

Color information

#461929 (or 0x461929) is unknown color: approx Castro. HEX triplet: 46, 19 and 29. RGB value is (70,25,41). Sum of RGB (Red+Green+Blue) = 70+25+41=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #461929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461929 is #B9E6D6. Grayscale: #282828. Windows color (decimal): -12183255 or 2693446. OLE color: 2693446.

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

Color convert

RGB702541-
CMYK00.640.410.73
HSL338.67º47.37%18.63%-
HSV(B)338.67º64.29%27.45%-
XYZ3.272.162.34-
YUV40.28128.41149.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.47%
GREEN value IS 25 (10.16% from 255) = 18.38%
BLUE value IS 41 (16.41% from 255) = 30.15%
R=51.47%
G=18.38%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70254100.640.410.73338.6747.3718.63
Hex46192904029491532f13
Octal10631510100511115235723
Binary10001101100110100101000000101001100100110101001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461929; }

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

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

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

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

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

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

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

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