#4D182D

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

Shades of Castro #4D182D

Tints of Castro #4D182D

Color information

#4D182D (or 0x4D182D) is unknown color: approx Castro. HEX triplet: 4D, 18 and 2D. RGB value is (77,24,45). Sum of RGB (Red+Green+Blue) = 77+24+45=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D182D is #B2E7D2. Grayscale: #2A2A2A. Windows color (decimal): -11724755 or 2955341. OLE color: 2955341.

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

Color convert

RGB772445-
CMYK00.690.420.70
HSL336.23º52.48%19.8%-
HSV(B)336.23º68.83%30.2%-
XYZ3.862.422.75-
YUV42.24129.56152.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 52.74%
GREEN value IS 24 (9.77% from 255) = 16.44%
BLUE value IS 45 (17.97% from 255) = 30.82%
R=52.74%
G=16.44%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77244500.690.420.70336.2352.4819.8
Hex4D182D0452A461503414
Octal11530550105521065206424
Binary10011011100010110101000101101010100011010101000011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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