#4E152A

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

Shades of Castro #4E152A

Tints of Castro #4E152A

Color information

#4E152A (or 0x4E152A) is unknown color: approx Castro. HEX triplet: 4E, 15 and 2A. RGB value is (78,21,42). Sum of RGB (Red+Green+Blue) = 78+21+42=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E152A is #B1EAD5. Grayscale: #282828. Windows color (decimal): -11659990 or 2757966. OLE color: 2757966.

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

Color convert

RGB782142-
CMYK00.730.460.69
HSL337.89º57.58%19.41%-
HSV(B)337.89º73.08%30.59%-
XYZ3.832.322.44-
YUV40.44128.88154.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 55.32%
GREEN value IS 21 (8.59% from 255) = 14.89%
BLUE value IS 42 (16.80% from 255) = 29.79%
R=55.32%
G=14.89%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78214200.730.460.69337.8957.5819.41
Hex4E152A0492E451523a13
Octal11625520111561055227223
Binary10011101010110101001001001101110100010110101001011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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