#4D212F

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

Shades of Castro #4D212F

Tints of Castro #4D212F

Color information

#4D212F (or 0x4D212F) is unknown color: approx Castro. HEX triplet: 4D, 21 and 2F. RGB value is (77,33,47). Sum of RGB (Red+Green+Blue) = 77+33+47=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D212F is #B2DED0. Grayscale: #2F2F2F. Windows color (decimal): -11722449 or 3088717. OLE color: 3088717.

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

Color convert

RGB773347-
CMYK00.570.390.70
HSL340.91º40%21.57%-
HSV(B)340.91º57.14%30.2%-
XYZ4.122.873.03-
YUV47.75127.58148.86-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 49.04%
GREEN value IS 33 (13.28% from 255) = 21.02%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=49.04%
G=21.02%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77334700.570.390.70340.914021.57
Hex4D212F03927461552816
Octal1154157071471065255026
Binary10011011000011011110111001100111100011010101010110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,33,47); }

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

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

 a { background-color: rgb(77,33,47); }

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

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

 span { border-color: rgb(77,33,47); }

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