#4C1B2C

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

Shades of Castro #4C1B2C

Tints of Castro #4C1B2C

Color information

#4C1B2C (or 0x4C1B2C) is unknown color: approx Castro. HEX triplet: 4C, 1B and 2C. RGB value is (76,27,44). Sum of RGB (Red+Green+Blue) = 76+27+44=147 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.70% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1B2C is #B3E4D3. Grayscale: #2B2B2B. Windows color (decimal): -11789524 or 2890572. OLE color: 2890572.

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

Color convert

RGB762744-
CMYK00.640.420.70
HSL339.18º47.57%20.2%-
HSV(B)339.18º64.47%29.8%-
XYZ3.832.52.66-
YUV43.59128.23151.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 51.70%
GREEN value IS 27 (10.94% from 255) = 18.37%
BLUE value IS 44 (17.58% from 255) = 29.93%
R=51.70%
G=18.37%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76274400.640.420.70339.1847.5720.2
Hex4C1B2C0402A461533014
Octal11433540100521065236024
Binary10011001101110110001000000101010100011010101001111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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