#4c1729

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

Shades of Castro #4C1729

Tints of Castro #4C1729

Color information

#4C1729 (or 0x4C1729) is unknown color: approx Castro. HEX triplet: 4C, 17 and 29. RGB value is (76,23,41). Sum of RGB (Red+Green+Blue) = 76+23+41=140 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.29% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1729 is #B3E8D6. Grayscale: #282828. Windows color (decimal): -11790551 or 2692940. OLE color: 2692940.

HSL color Cylindrical-coordinate representation of color #4C1729: hue angle of 339.62º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C1729 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.70.

Color convert

RGB762341-
CMYK00.700.460.70
HSL339.62º53.54%19.41%-
HSV(B)339.62º69.74%29.8%-
XYZ3.692.312.35-
YUV40.9128.06153.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 54.29%
GREEN value IS 23 (9.38% from 255) = 16.43%
BLUE value IS 41 (16.41% from 255) = 29.29%
R=54.29%
G=16.43%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76234100.700.460.70339.6253.5419.41
Hex4C17290462E461543613
Octal11427510106561065246623
Binary10011001011110100101000110101110100011010101010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c1729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,23,41); }

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

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

 a { background-color: rgb(76,23,41); }

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

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

 span { border-color: rgb(76,23,41); }

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