#4C192A

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

Shades of Castro #4C192A

Tints of Castro #4C192A

Color information

#4C192A (or 0x4C192A) is unknown color: approx Castro. HEX triplet: 4C, 19 and 2A. RGB value is (76,25,42). Sum of RGB (Red+Green+Blue) = 76+25+42=143 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.15% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 76 - color contains mainly: red. Hex color #4C192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C192A is #B3E6D5. Grayscale: #2A2A2A. Windows color (decimal): -11790038 or 2758988. OLE color: 2758988.

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

Color convert

RGB762542-
CMYK00.670.450.70
HSL340º50.5%19.8%-
HSV(B)340º67.11%29.8%-
XYZ3.752.42.46-
YUV42.19127.9152.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 53.15%
GREEN value IS 25 (10.16% from 255) = 17.48%
BLUE value IS 42 (16.80% from 255) = 29.37%
R=53.15%
G=17.48%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76254200.670.450.7034050.519.8
Hex4C192A0432D461543214
Octal11431520103551065246224
Binary10011001100110101001000011101101100011010101010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,25,42); }

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

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

 a { background-color: rgb(76,25,42); }

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

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

 span { border-color: rgb(76,25,42); }

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