#4D192A

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

Shades of Castro #4D192A

Tints of Castro #4D192A

Color information

#4D192A (or 0x4D192A) is unknown color: approx Castro. HEX triplet: 4D, 19 and 2A. RGB value is (77,25,42). Sum of RGB (Red+Green+Blue) = 77+25+42=144 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.47% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 77 - color contains mainly: red. Hex color #4D192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D192A is #B2E6D5. Grayscale: #2A2A2A. Windows color (decimal): -11724502 or 2758989. OLE color: 2758989.

HSL color Cylindrical-coordinate representation of color #4D192A: hue angle of 340.38º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D192A is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB772542-
CMYK00.680.450.70
HSL340.38º50.98%20%-
HSV(B)340.38º67.53%30.2%-
XYZ3.832.442.46-
YUV42.49127.73152.62-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 53.47%
GREEN value IS 25 (10.16% from 255) = 17.36%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=53.47%
G=17.36%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77254200.680.450.70340.3850.9820
Hex4D192A0442D461543314
Octal11531520104551065246324
Binary10011011100110101001000100101101100011010101010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,25,42); }

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

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

 a { background-color: rgb(77,25,42); }

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

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

 span { border-color: rgb(77,25,42); }

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