#4E172C

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

Shades of Castro #4E172C

Tints of Castro #4E172C

Color information

#4E172C (or 0x4E172C) is unknown color: approx Castro. HEX triplet: 4E, 17 and 2C. RGB value is (78,23,44). Sum of RGB (Red+Green+Blue) = 78+23+44=145 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.79% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 78 - color contains mainly: red. Hex color #4E172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E172C is #B1E8D3. Grayscale: #292929. Windows color (decimal): -11659476 or 2889550. OLE color: 2889550.

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

Color convert

RGB782344-
CMYK00.710.440.69
HSL337.09º54.46%19.8%-
HSV(B)337.09º70.51%30.59%-
XYZ3.92.412.64-
YUV41.84129.22153.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 53.79%
GREEN value IS 23 (9.38% from 255) = 15.86%
BLUE value IS 44 (17.58% from 255) = 30.34%
R=53.79%
G=15.86%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78234400.710.440.69337.0954.4619.8
Hex4E172C0472C451513614
Octal11627540107541055216624
Binary10011101011110110001000111101100100010110101000111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,23,44); }

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

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

 a { background-color: rgb(78,23,44); }

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

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

 span { border-color: rgb(78,23,44); }

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