#4D192B

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

Shades of Castro #4D192B

Tints of Castro #4D192B

Color information

#4D192B (or 0x4D192B) is unknown color: approx Castro. HEX triplet: 4D, 19 and 2B. RGB value is (77,25,43). Sum of RGB (Red+Green+Blue) = 77+25+43=145 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.10% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 77 - color contains mainly: red. Hex color #4D192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D192B is #B2E6D4. Grayscale: #2A2A2A. Windows color (decimal): -11724501 or 2824525. OLE color: 2824525.

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

Color convert

RGB772543-
CMYK00.680.440.70
HSL339.23º50.98%20%-
HSV(B)339.23º67.53%30.2%-
XYZ3.842.452.56-
YUV42.6128.23152.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 53.10%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 43 (17.19% from 255) = 29.66%
R=53.10%
G=17.24%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77254300.680.440.70339.2350.9820
Hex4D192B0442C461533314
Octal11531530104541065236324
Binary10011011100110101101000100101100100011010101001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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