Html Css Color HEX #4D212D Castro

📋 copy color: '#4D212D'

red 77 ◦ green 33 ◦ blue 45

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

Shades of Castro #4D212D

Tints of Castro #4D212D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.29%

 BLUE value IS 45 (17.97% from 255) = 29.03%

R = 49.68%
G = 21.29%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#4D212D (or 0x4D212D) is known color: Castro. HEX triplet: 4D, 21 and 2D. RGB value is (77,33,45). Sum of RGB (Red+Green+Blue) = 77+33+45=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D212D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D212D is #B2DED2. Grayscale: #2F2F2F. Windows color (decimal): -11722451 or 2957645. OLE color: 2957645.

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

Color convert

RGB 77 33 45 -
CMYK 0 0.57 0.42 0.70
HSL 343.64º 0.4% 0.22% -
HSV(B) 343.64º 0.57% 0.3% -
XYZ 4.08 2.85 2.82 -
YUV 47.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 77 33 45 0 0.57 0.42 0.70 343.64 0.4 0.22
Hex 4D 21 2D 0 39 2A 46 158 28 16
Octal 115 41 55 0 71 52 106 530 50 26
Binary 1001101 100001 101101 0 111001 101010 1000110 101011000 101000 10110

Color Harmonies of #4D212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D212D

Black with #4D212D

Text Example


Text Example

White with #4D212D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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