#492334

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

Shades of Castro #492334

Tints of Castro #492334

Color information

#492334 (or 0x492334) is unknown color: approx Castro. HEX triplet: 49, 23 and 34. RGB value is (73,35,52). Sum of RGB (Red+Green+Blue) = 73+35+52=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 52 (20.70% from 255 or 32.5% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #492334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492334 is #B6DCCB. Grayscale: #303030. Windows color (decimal): -11984076 or 3416905. OLE color: 3416905.

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

Color convert

RGB733552-
CMYK00.520.290.71
HSL333.16º35.19%21.18%-
HSV(B)333.16º52.05%28.63%-
XYZ3.972.873.59-
YUV48.3130.09145.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 52 (20.70% from 255) = 32.5%
R=45.62%
G=21.88%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73355200.520.290.71333.1635.1921.18
Hex4923340341D4714d2315
Octal1114364064351075154325
Binary1001001100011110100011010011101100011110100110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492334; }

 p { color: rgb(73,35,52); }

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

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

 a { background-color: rgb(73,35,52); }

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

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

 span { border-color: rgb(73,35,52); }

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