Html Css Color HEX #4D222F Castro

📋 copy color: '#4D222F'

red 77 ◦ green 34 ◦ blue 47

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

Shades of Castro #4D222F

Tints of Castro #4D222F

RGB

 RED value IS 77 (30.47% from 255) = 48.73%

 GREEN value IS 34 (13.67% from 255) = 21.52%

 BLUE value IS 47 (18.75% from 255) = 29.75%

R = 48.73%
G = 21.52%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#4D222F (or 0x4D222F) is known color: Castro. HEX triplet: 4D, 22 and 2F. RGB value is (77,34,47). Sum of RGB (Red+Green+Blue) = 77+34+47=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D222F is #B2DDD0. Grayscale: #303030. Windows color (decimal): -11722193 or 3088973. OLE color: 3088973.

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

Color convert

RGB 77 34 47 -
CMYK 0 0.56 0.39 0.70
HSL 341.86º 0.39% 0.22% -
HSV(B) 341.86º 0.56% 0.3% -
XYZ 4.15 2.93 3.04 -
YUV 48.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 77 34 47 0 0.56 0.39 0.70 341.86 0.39 0.22
Hex 4D 22 2F 0 38 27 46 156 27 16
Octal 115 42 57 0 70 47 106 526 47 26
Binary 1001101 100010 101111 0 111000 100111 1000110 101010110 100111 10110

Color Harmonies of #4D222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D222F

Black with #4D222F

Text Example


Text Example

White with #4D222F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D222F;
 }
 .AnyTagClassName
 {
   color: #4D222F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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