#491728

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

Shades of Castro #491728

Tints of Castro #491728

Color information

#491728 (or 0x491728) is unknown color: approx Castro. HEX triplet: 49, 17 and 28. RGB value is (73,23,40). Sum of RGB (Red+Green+Blue) = 73+23+40=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #491728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491728 is #B6E8D7. Grayscale: #272727. Windows color (decimal): -11987160 or 2627401. OLE color: 2627401.

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

Color convert

RGB732340-
CMYK00.680.450.71
HSL339.6º52.08%18.82%-
HSV(B)339.6º68.49%28.63%-
XYZ3.442.182.25-
YUV39.89128.06151.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 53.68%
GREEN value IS 23 (9.38% from 255) = 16.91%
BLUE value IS 40 (16.02% from 255) = 29.41%
R=53.68%
G=16.91%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73234000.680.450.71339.652.0818.82
Hex4917280442D471543413
Octal11127500104551075246423
Binary10010011011110100001000100101101100011110101010011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491728; }

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

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

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

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

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

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

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

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