#4E1A2F

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

Shades of Castro #4E1A2F

Tints of Castro #4E1A2F

Color information

#4E1A2F (or 0x4E1A2F) is unknown color: approx Castro. HEX triplet: 4E, 1A and 2F. RGB value is (78,26,47). Sum of RGB (Red+Green+Blue) = 78+26+47=151 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.66% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1A2F is #B1E5D0. Grayscale: #2B2B2B. Windows color (decimal): -11658705 or 3086926. OLE color: 3086926.

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

Color convert

RGB782647-
CMYK00.670.400.69
HSL335.77º50%20.39%-
HSV(B)335.77º66.67%30.59%-
XYZ4.022.562.97-
YUV43.94129.73152.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 51.66%
GREEN value IS 26 (10.55% from 255) = 17.22%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=51.66%
G=17.22%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78264700.670.400.69335.775020.39
Hex4E1A2F04328451503214
Octal11632570103501055206224
Binary10011101101010111101000011101000100010110101000011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,26,47); }

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

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

 a { background-color: rgb(78,26,47); }

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

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

 span { border-color: rgb(78,26,47); }

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