#4E182D

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

Shades of Castro #4E182D

Tints of Castro #4E182D

Color information

#4E182D (or 0x4E182D) is unknown color: approx Castro. HEX triplet: 4E, 18 and 2D. RGB value is (78,24,45). Sum of RGB (Red+Green+Blue) = 78+24+45=147 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.06% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 78 - color contains mainly: red. Hex color #4E182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E182D is #B1E7D2. Grayscale: #2A2A2A. Windows color (decimal): -11659219 or 2955342. OLE color: 2955342.

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

Color convert

RGB782445-
CMYK00.690.420.69
HSL336.67º52.94%20%-
HSV(B)336.67º69.23%30.59%-
XYZ3.942.462.75-
YUV42.54129.39153.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 53.06%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 45 (17.97% from 255) = 30.61%
R=53.06%
G=16.33%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78244500.690.420.69336.6752.9420
Hex4E182D0452A451513514
Octal11630550105521055216524
Binary10011101100010110101000101101010100010110101000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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