#4E1D32

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

Shades of Castro #4E1D32

Tints of Castro #4E1D32

Color information

#4E1D32 (or 0x4E1D32) is unknown color: approx Castro. HEX triplet: 4E, 1D and 32. RGB value is (78,29,50). Sum of RGB (Red+Green+Blue) = 78+29+50=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1D32 is #B1E2CD. Grayscale: #2E2E2E. Windows color (decimal): -11657934 or 3284302. OLE color: 3284302.

HSL color Cylindrical-coordinate representation of color #4E1D32: hue angle of 334.29º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E1D32 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB782950-
CMYK00.630.360.69
HSL334.29º45.79%20.98%-
HSV(B)334.29º62.82%30.59%-
XYZ4.162.733.33-
YUV46.04130.23150.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.68%
GREEN value IS 29 (11.72% from 255) = 18.47%
BLUE value IS 50 (19.92% from 255) = 31.85%
R=49.68%
G=18.47%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78295000.630.360.69334.2945.7920.98
Hex4E1D3203F244514e2e15
Octal1163562077441055165625
Binary1001110111011100100111111100100100010110100111010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,29,50); }

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

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

 a { background-color: rgb(78,29,50); }

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

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

 span { border-color: rgb(78,29,50); }

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