#4A2235

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

Shades of Castro #4A2235

Tints of Castro #4A2235

Color information

#4A2235 (or 0x4A2235) is unknown color: approx Castro. HEX triplet: 4A, 22 and 35. RGB value is (74,34,53). Sum of RGB (Red+Green+Blue) = 74+34+53=161 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.96% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2235 is #B5DDCA. Grayscale: #303030. Windows color (decimal): -11918795 or 3482186. OLE color: 3482186.

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

Color convert

RGB743453-
CMYK00.540.280.71
HSL331.5º37.04%21.18%-
HSV(B)331.5º54.05%29.02%-
XYZ4.042.863.71-
YUV48.13130.75146.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 45.96%
GREEN value IS 34 (13.67% from 255) = 21.12%
BLUE value IS 53 (21.09% from 255) = 32.92%
R=45.96%
G=21.12%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74345300.540.280.71331.537.0421.18
Hex4A22350361C4714c2515
Octal1124265066341075144525
Binary1001010100010110101011011011100100011110100110010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A2235; }

 p { color: rgb(74,34,53); }

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

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

 a { background-color: rgb(74,34,53); }

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

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

 span { border-color: rgb(74,34,53); }

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