#4D1C2D

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

Shades of Castro #4D1C2D

Tints of Castro #4D1C2D

Color information

#4D1C2D (or 0x4D1C2D) is unknown color: approx Castro. HEX triplet: 4D, 1C and 2D. RGB value is (77,28,45). Sum of RGB (Red+Green+Blue) = 77+28+45=150 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.33% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1C2D is #B2E3D2. Grayscale: #2C2C2C. Windows color (decimal): -11723731 or 2956365. OLE color: 2956365.

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

Color convert

RGB772845-
CMYK00.640.420.70
HSL339.18º46.67%20.59%-
HSV(B)339.18º63.64%30.2%-
XYZ3.952.62.78-
YUV44.59128.23151.12-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 51.33%
GREEN value IS 28 (11.33% from 255) = 18.67%
BLUE value IS 45 (17.97% from 255) = 30%
R=51.33%
G=18.67%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77284500.640.420.70339.1846.6720.59
Hex4D1C2D0402A461532f15
Octal11534550100521065235725
Binary10011011110010110101000000101010100011010101001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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