#4C2132

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

Shades of Castro #4C2132

Tints of Castro #4C2132

Color information

#4C2132 (or 0x4C2132) is unknown color: approx Castro. HEX triplet: 4C, 21 and 32. RGB value is (76,33,50). Sum of RGB (Red+Green+Blue) = 76+33+50=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2132 is #B3DECD. Grayscale: #2F2F2F. Windows color (decimal): -11787982 or 3285324. OLE color: 3285324.

HSL color Cylindrical-coordinate representation of color #4C2132: hue angle of 336.28º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C2132 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB763350-
CMYK00.570.340.70
HSL336.28º39.45%21.37%-
HSV(B)336.28º56.58%29.8%-
XYZ4.12.853.35-
YUV47.8129.25148.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 47.80%
GREEN value IS 33 (13.28% from 255) = 20.75%
BLUE value IS 50 (19.92% from 255) = 31.45%
R=47.80%
G=20.75%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76335000.570.340.70336.2839.4521.37
Hex4C213203922461502715
Octal1144162071421065204725
Binary10011001000011100100111001100010100011010101000010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,33,50); }

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

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

 a { background-color: rgb(76,33,50); }

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

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

 span { border-color: rgb(76,33,50); }

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