#4E2332

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

Shades of Castro #4E2332

Tints of Castro #4E2332

Color information

#4E2332 (or 0x4E2332) is unknown color: approx Castro. HEX triplet: 4E, 23 and 32. RGB value is (78,35,50). Sum of RGB (Red+Green+Blue) = 78+35+50=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2332 is #B1DCCD. Grayscale: #313131. Windows color (decimal): -11656398 or 3285838. OLE color: 3285838.

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

Color convert

RGB783550-
CMYK00.550.360.69
HSL339.07º38.05%22.16%-
HSV(B)339.07º55.13%30.59%-
XYZ4.323.053.38-
YUV49.57128.25148.28-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.85%
GREEN value IS 35 (14.06% from 255) = 21.47%
BLUE value IS 50 (19.92% from 255) = 30.67%
R=47.85%
G=21.47%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78355000.550.360.69339.0738.0522.16
Hex4E233203724451532616
Octal1164362067441055234626
Binary10011101000111100100110111100100100010110101001110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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