#4C192B

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

Shades of Castro #4C192B

Tints of Castro #4C192B

Color information

#4C192B (or 0x4C192B) is unknown color: approx Castro. HEX triplet: 4C, 19 and 2B. RGB value is (76,25,43). Sum of RGB (Red+Green+Blue) = 76+25+43=144 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.78% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 76 - color contains mainly: red. Hex color #4C192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C192B is #B3E6D4. Grayscale: #2A2A2A. Windows color (decimal): -11790037 or 2824524. OLE color: 2824524.

HSL color Cylindrical-coordinate representation of color #4C192B: hue angle of 338.82º 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 #4C192B is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB762543-
CMYK00.670.430.70
HSL338.82º50.5%19.8%-
HSV(B)338.82º67.11%29.8%-
XYZ3.762.412.55-
YUV42.3128.4152.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 52.78%
GREEN value IS 25 (10.16% from 255) = 17.36%
BLUE value IS 43 (17.19% from 255) = 29.86%
R=52.78%
G=17.36%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76254300.670.430.70338.8250.519.8
Hex4C192B0432B461533214
Octal11431530103531065236224
Binary10011001100110101101000011101011100011010101001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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