#4D1D30

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

Shades of Castro #4D1D30

Tints of Castro #4D1D30

Color information

#4D1D30 (or 0x4D1D30) is unknown color: approx Castro. HEX triplet: 4D, 1D and 30. RGB value is (77,29,48). Sum of RGB (Red+Green+Blue) = 77+29+48=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1D30 is #B2E2CF. Grayscale: #2D2D2D. Windows color (decimal): -11723472 or 3153229. OLE color: 3153229.

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

Color convert

RGB772948-
CMYK00.620.380.70
HSL336.25º45.28%20.78%-
HSV(B)336.25º62.34%30.2%-
XYZ4.032.673.1-
YUV45.52129.4150.46-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50%
GREEN value IS 29 (11.72% from 255) = 18.83%
BLUE value IS 48 (19.14% from 255) = 31.17%
R=50%
G=18.83%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77294800.620.380.70336.2545.2820.78
Hex4D1D3003E26461502d15
Octal1153560076461065205525
Binary1001101111011100000111110100110100011010101000010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,29,48); }

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

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

 a { background-color: rgb(77,29,48); }

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

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

 span { border-color: rgb(77,29,48); }

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