#492230

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

Shades of Castro #492230

Tints of Castro #492230

Color information

#492230 (or 0x492230) is unknown color: approx Castro. HEX triplet: 49, 22 and 30. RGB value is (73,34,48). Sum of RGB (Red+Green+Blue) = 73+34+48=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #492230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492230 is #B6DDCF. Grayscale: #2F2F2F. Windows color (decimal): -11984336 or 3154505. OLE color: 3154505.

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

Color convert

RGB733448-
CMYK00.530.340.71
HSL338.46º36.45%20.98%-
HSV(B)338.46º53.42%28.63%-
XYZ3.852.773.13-
YUV47.26128.42146.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.10%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=47.10%
G=21.94%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73344800.530.340.71338.4636.4520.98
Hex49223003522471522415
Octal1114260065421075224425
Binary10010011000101100000110101100010100011110101001010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492230; }

 p { color: rgb(73,34,48); }

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

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

 a { background-color: rgb(73,34,48); }

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

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

 span { border-color: rgb(73,34,48); }

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