#4E2535

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

Shades of Castro #4E2535

Tints of Castro #4E2535

Color information

#4E2535 (or 0x4E2535) is unknown color: approx Castro. HEX triplet: 4E, 25 and 35. RGB value is (78,37,53). Sum of RGB (Red+Green+Blue) = 78+37+53=168 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.43% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2535 is #B1DACA. Grayscale: #333333. Windows color (decimal): -11655883 or 3482958. OLE color: 3482958.

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

Color convert

RGB783753-
CMYK00.530.320.69
HSL336.59º35.65%22.55%-
HSV(B)336.59º52.56%30.59%-
XYZ4.453.23.75-
YUV51.08129.08147.2-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 46.43%
GREEN value IS 37 (14.84% from 255) = 22.02%
BLUE value IS 53 (21.09% from 255) = 31.55%
R=46.43%
G=22.02%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78375300.530.320.69336.5935.6522.55
Hex4E253503520451512417
Octal1164565065401055214427
Binary10011101001011101010110101100000100010110101000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,37,53); }

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

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

 a { background-color: rgb(78,37,53); }

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

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

 span { border-color: rgb(78,37,53); }

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