#4C2233

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

Shades of Castro #4C2233

Tints of Castro #4C2233

Color information

#4C2233 (or 0x4C2233) is unknown color: approx Castro. HEX triplet: 4C, 22 and 33. RGB value is (76,34,51). Sum of RGB (Red+Green+Blue) = 76+34+51=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2233 is #B3DDCC. Grayscale: #303030. Windows color (decimal): -11787725 or 3351116. OLE color: 3351116.

HSL color Cylindrical-coordinate representation of color #4C2233: hue angle of 335.71º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C2233 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.70.

Color convert

RGB763451-
CMYK00.550.330.70
HSL335.71º38.18%21.57%-
HSV(B)335.71º55.26%29.8%-
XYZ4.152.923.48-
YUV48.5129.41147.62-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 47.20%
GREEN value IS 34 (13.67% from 255) = 21.12%
BLUE value IS 51 (20.31% from 255) = 31.68%
R=47.20%
G=21.12%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76345100.550.330.70335.7138.1821.57
Hex4C223303721461502616
Octal1144263067411065204626
Binary10011001000101100110110111100001100011010101000010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,34,51); }

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

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

 a { background-color: rgb(76,34,51); }

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

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

 span { border-color: rgb(76,34,51); }

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