#492333

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

Shades of Castro #492333

Tints of Castro #492333

Color information

#492333 (or 0x492333) is unknown color: approx Castro. HEX triplet: 49, 23 and 33. RGB value is (73,35,51). Sum of RGB (Red+Green+Blue) = 73+35+51=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #492333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492333 is #B6DCCC. Grayscale: #303030. Windows color (decimal): -11984077 or 3351369. OLE color: 3351369.

HSL color Cylindrical-coordinate representation of color #492333: hue angle of 334.74º 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 #492333 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB733551-
CMYK00.520.300.71
HSL334.74º35.19%21.18%-
HSV(B)334.74º52.05%28.63%-
XYZ3.952.863.48-
YUV48.19129.59145.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 35 (14.06% from 255) = 22.01%
BLUE value IS 51 (20.31% from 255) = 32.08%
R=45.91%
G=22.01%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73355100.520.300.71334.7435.1921.18
Hex4923330341E4714f2315
Octal1114363064361075174325
Binary1001001100011110011011010011110100011110100111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492333; }

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

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

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

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

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

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

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

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