#4C2033

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

Shades of Castro #4C2033

Tints of Castro #4C2033

Color information

#4C2033 (or 0x4C2033) is unknown color: approx Castro. HEX triplet: 4C, 20 and 33. RGB value is (76,32,51). Sum of RGB (Red+Green+Blue) = 76+32+51=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2033 is #B3DFCC. Grayscale: #2F2F2F. Windows color (decimal): -11788237 or 3350604. OLE color: 3350604.

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

Color convert

RGB763251-
CMYK00.580.330.70
HSL334.09º40.74%21.18%-
HSV(B)334.09º57.89%29.8%-
XYZ4.092.813.46-
YUV47.32130.08148.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 47.80%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 51 (20.31% from 255) = 32.08%
R=47.80%
G=20.13%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76325100.580.330.70334.0940.7421.18
Hex4C203303A214614e2915
Octal1144063072411065165125
Binary10011001000001100110111010100001100011010100111010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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