#4D1D32

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

Shades of Castro #4D1D32

Tints of Castro #4D1D32

Color information

#4D1D32 (or 0x4D1D32) is unknown color: approx Castro. HEX triplet: 4D, 1D and 32. RGB value is (77,29,50). Sum of RGB (Red+Green+Blue) = 77+29+50=156 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.36% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1D32 is #B2E2CD. Grayscale: #2D2D2D. Windows color (decimal): -11723470 or 3284301. OLE color: 3284301.

HSL color Cylindrical-coordinate representation of color #4D1D32: hue angle of 333.75º 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 #4D1D32 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.70.

Color convert

RGB772950-
CMYK00.620.350.70
HSL333.75º45.28%20.78%-
HSV(B)333.75º62.34%30.2%-
XYZ4.082.693.32-
YUV45.75130.4150.29-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 49.36%
GREEN value IS 29 (11.72% from 255) = 18.59%
BLUE value IS 50 (19.92% from 255) = 32.05%
R=49.36%
G=18.59%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77295000.620.350.70333.7545.2820.78
Hex4D1D3203E234614e2d15
Octal1153562076431065165525
Binary1001101111011100100111110100011100011010100111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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