#491829

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

Shades of Castro #491829

Tints of Castro #491829

Color information

#491829 (or 0x491829) is unknown color: approx Castro. HEX triplet: 49, 18 and 29. RGB value is (73,24,41). Sum of RGB (Red+Green+Blue) = 73+24+41=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #491829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491829 is #B6E7D6. Grayscale: #282828. Windows color (decimal): -11986903 or 2693193. OLE color: 2693193.

HSL color Cylindrical-coordinate representation of color #491829: hue angle of 339.18º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #491829 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB732441-
CMYK00.670.440.71
HSL339.18º50.52%19.02%-
HSV(B)339.18º67.12%28.63%-
XYZ3.472.232.35-
YUV40.59128.23151.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.90%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 41 (16.41% from 255) = 29.71%
R=52.90%
G=17.39%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73244100.670.440.71339.1850.5219.02
Hex4918290432C471533313
Octal11130510103541075236323
Binary10010011100010100101000011101100100011110101001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491829; }

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

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

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

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

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

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

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

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