#4D192D

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

Shades of Castro #4D192D

Tints of Castro #4D192D

Color information

#4D192D (or 0x4D192D) is unknown color: approx Castro. HEX triplet: 4D, 19 and 2D. RGB value is (77,25,45). Sum of RGB (Red+Green+Blue) = 77+25+45=147 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.38% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 77 - color contains mainly: red. Hex color #4D192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D192D is #B2E6D2. Grayscale: #2A2A2A. Windows color (decimal): -11724499 or 2955597. OLE color: 2955597.

HSL color Cylindrical-coordinate representation of color #4D192D: hue angle of 336.92º 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 #4D192D is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB772545-
CMYK00.680.420.70
HSL336.92º50.98%20%-
HSV(B)336.92º67.53%30.2%-
XYZ3.882.462.75-
YUV42.83129.23152.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 52.38%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 45 (17.97% from 255) = 30.61%
R=52.38%
G=17.01%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77254500.680.420.70336.9250.9820
Hex4D192D0442A461513314
Octal11531550104521065216324
Binary10011011100110110101000100101010100011010101000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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