#4C1C2C

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

Shades of Castro #4C1C2C

Tints of Castro #4C1C2C

Color information

#4C1C2C (or 0x4C1C2C) is unknown color: approx Castro. HEX triplet: 4C, 1C and 2C. RGB value is (76,28,44). Sum of RGB (Red+Green+Blue) = 76+28+44=148 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.35% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1C2C is #B3E3D3. Grayscale: #2C2C2C. Windows color (decimal): -11789268 or 2890828. OLE color: 2890828.

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

Color convert

RGB762844-
CMYK00.630.420.70
HSL340º46.15%20.39%-
HSV(B)340º63.16%29.8%-
XYZ3.852.552.67-
YUV44.18127.9150.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 51.35%
GREEN value IS 28 (11.33% from 255) = 18.92%
BLUE value IS 44 (17.58% from 255) = 29.73%
R=51.35%
G=18.92%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76284400.630.420.7034046.1520.39
Hex4C1C2C03F2A461542e14
Octal1143454077521065245624
Binary1001100111001011000111111101010100011010101010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,28,44); }

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

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

 a { background-color: rgb(76,28,44); }

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

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

 span { border-color: rgb(76,28,44); }

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