Html Css Color HEX #4D212F Castro

📋 copy color: '#4D212F'

red 77 ◦ green 33 ◦ blue 47

#4D212F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Castro #4D212F

Tints of Castro #4D212F

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 value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#4D212F (or 0x4D212F) is known color: 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

RGB 77 33 47 -
CMYK 0 0.57 0.39 0.70
HSL 340.91º 0.4% 0.22% -
HSV(B) 340.91º 0.57% 0.3% -
XYZ 4.12 2.87 3.03 -
YUV 47.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 77 33 47 0 0.57 0.39 0.70 340.91 0.4 0.22
Hex 4D 21 2F 0 39 27 46 155 28 16
Octal 115 41 57 0 71 47 106 525 50 26
Binary 1001101 100001 101111 0 111001 100111 1000110 101010101 101000 10110

Color Harmonies of #4D212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D212F

Black with #4D212F

Text Example


Text Example

White with #4D212F

Text Example


Text Example

HTML Codes & Css Web 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>