#4E182A

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

Shades of Castro #4E182A

Tints of Castro #4E182A

Color information

#4E182A (or 0x4E182A) is unknown color: approx Castro. HEX triplet: 4E, 18 and 2A. RGB value is (78,24,42). Sum of RGB (Red+Green+Blue) = 78+24+42=144 (19% of max value = 765). Red value is 78 (30.86% from 255 or 54.17% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 78 - color contains mainly: red. Hex color #4E182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E182A is #B1E7D5. Grayscale: #2A2A2A. Windows color (decimal): -11659222 or 2758734. OLE color: 2758734.

HSL color Cylindrical-coordinate representation of color #4E182A: hue angle of 340º 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 #4E182A is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB782442-
CMYK00.690.460.69
HSL340º52.94%20%-
HSV(B)340º69.23%30.59%-
XYZ3.892.442.46-
YUV42.2127.89153.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 54.17%
GREEN value IS 24 (9.77% from 255) = 16.67%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=54.17%
G=16.67%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78244200.690.460.6934052.9420
Hex4E182A0452E451543514
Octal11630520105561055246524
Binary10011101100010101001000101101110100010110101010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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