#4C2135

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

Shades of Castro #4C2135

Tints of Castro #4C2135

Color information

#4C2135 (or 0x4C2135) is unknown color: approx Castro. HEX triplet: 4C, 21 and 35. RGB value is (76,33,53). Sum of RGB (Red+Green+Blue) = 76+33+53=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2135 is #B3DECA. Grayscale: #303030. Windows color (decimal): -11787979 or 3481932. OLE color: 3481932.

HSL color Cylindrical-coordinate representation of color #4C2135: hue angle of 332.09º 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 #4C2135 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.70.

Color convert

RGB763353-
CMYK00.570.300.70
HSL332.09º39.45%21.37%-
HSV(B)332.09º56.58%29.8%-
XYZ4.172.883.7-
YUV48.14130.75147.87-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 46.91%
GREEN value IS 33 (13.28% from 255) = 20.37%
BLUE value IS 53 (21.09% from 255) = 32.72%
R=46.91%
G=20.37%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76335300.570.300.70332.0939.4521.37
Hex4C21350391E4614c2715
Octal1144165071361065144725
Binary1001100100001110101011100111110100011010100110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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