#4D1529

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

Shades of Castro #4D1529

Tints of Castro #4D1529

Color information

#4D1529 (or 0x4D1529) is unknown color: approx Castro. HEX triplet: 4D, 15 and 29. RGB value is (77,21,41). Sum of RGB (Red+Green+Blue) = 77+21+41=139 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.40% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1529 is #B2EAD6. Grayscale: #272727. Windows color (decimal): -11725527 or 2692429. OLE color: 2692429.

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

Color convert

RGB772141-
CMYK00.730.470.70
HSL338.57º57.14%19.22%-
HSV(B)338.57º72.73%30.2%-
XYZ3.732.272.34-
YUV40.02128.55154.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 55.40%
GREEN value IS 21 (8.59% from 255) = 15.11%
BLUE value IS 41 (16.41% from 255) = 29.50%
R=55.40%
G=15.11%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77214100.730.470.70338.5757.1419.22
Hex4D15290492F461533913
Octal11525510111571065237123
Binary10011011010110100101001001101111100011010101001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,21,41); }

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

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

 a { background-color: rgb(77,21,41); }

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

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

 span { border-color: rgb(77,21,41); }

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