#4D1E33

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

Shades of Castro #4D1E33

Tints of Castro #4D1E33

Color information

#4D1E33 (or 0x4D1E33) is unknown color: approx Castro. HEX triplet: 4D, 1E and 33. RGB value is (77,30,51). Sum of RGB (Red+Green+Blue) = 77+30+51=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1E33 is #B2E1CC. Grayscale: #2E2E2E. Windows color (decimal): -11723213 or 3350093. OLE color: 3350093.

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

Color convert

RGB773051-
CMYK00.610.340.70
HSL333.19º43.93%20.98%-
HSV(B)333.19º61.04%30.2%-
XYZ4.122.753.44-
YUV46.45130.57149.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 48.73%
GREEN value IS 30 (12.11% from 255) = 18.99%
BLUE value IS 51 (20.31% from 255) = 32.28%
R=48.73%
G=18.99%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77305100.610.340.70333.1943.9320.98
Hex4D1E3303D224614d2c15
Octal1153663075421065155425
Binary1001101111101100110111101100010100011010100110110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,30,51); }

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

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

 a { background-color: rgb(77,30,51); }

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

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

 span { border-color: rgb(77,30,51); }

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