#4E192D

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

Shades of Castro #4E192D

Tints of Castro #4E192D

Color information

#4E192D (or 0x4E192D) is unknown color: approx Castro. HEX triplet: 4E, 19 and 2D. RGB value is (78,25,45). Sum of RGB (Red+Green+Blue) = 78+25+45=148 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.70% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 78 - color contains mainly: red. Hex color #4E192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E192D is #B1E6D2. Grayscale: #2B2B2B. Windows color (decimal): -11658963 or 2955598. OLE color: 2955598.

HSL color Cylindrical-coordinate representation of color #4E192D: hue angle of 337.36º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E192D is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB782545-
CMYK00.680.420.69
HSL337.36º51.46%20.2%-
HSV(B)337.36º67.95%30.59%-
XYZ3.962.52.76-
YUV43.13129.06152.87-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 52.70%
GREEN value IS 25 (10.16% from 255) = 16.89%
BLUE value IS 45 (17.97% from 255) = 30.41%
R=52.70%
G=16.89%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78254500.680.420.69337.3651.4620.2
Hex4E192D0442A451513314
Octal11631550104521055216324
Binary10011101100110110101000100101010100010110101000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,25,45); }

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

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

 a { background-color: rgb(78,25,45); }

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

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

 span { border-color: rgb(78,25,45); }

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