#4E162A

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

Shades of Castro #4E162A

Tints of Castro #4E162A

Color information

#4E162A (or 0x4E162A) is unknown color: approx Castro. HEX triplet: 4E, 16 and 2A. RGB value is (78,22,42). Sum of RGB (Red+Green+Blue) = 78+22+42=142 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.93% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 78 - color contains mainly: red. Hex color #4E162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E162A is #B1E9D5. Grayscale: #282828. Windows color (decimal): -11659734 or 2758222. OLE color: 2758222.

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

Color convert

RGB782242-
CMYK00.720.460.69
HSL338.57º56%19.61%-
HSV(B)338.57º71.79%30.59%-
XYZ3.852.362.44-
YUV41.02128.55154.37-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 54.93%
GREEN value IS 22 (8.98% from 255) = 15.49%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=54.93%
G=15.49%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78224200.720.460.69338.575619.61
Hex4E162A0482E451533814
Octal11626520110561055237024
Binary10011101011010101001001000101110100010110101001111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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