#492433

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

Shades of Castro #492433

Tints of Castro #492433

Color information

#492433 (or 0x492433) is unknown color: approx Castro. HEX triplet: 49, 24 and 33. RGB value is (73,36,51). Sum of RGB (Red+Green+Blue) = 73+36+51=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #492433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492433 is #B6DBCC. Grayscale: #303030. Windows color (decimal): -11983821 or 3351625. OLE color: 3351625.

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

Color convert

RGB733651-
CMYK00.510.300.71
HSL335.68º33.94%21.37%-
HSV(B)335.68º50.68%28.63%-
XYZ3.982.923.49-
YUV48.77129.26145.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 36 (14.45% from 255) = 22.5%
BLUE value IS 51 (20.31% from 255) = 31.88%
R=45.62%
G=22.5%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73365100.510.300.71335.6833.9421.37
Hex4924330331E471502215
Octal1114463063361075204225
Binary1001001100100110011011001111110100011110101000010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492433; }

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

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

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

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

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

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

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

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