Html Css Color HEX #4D1E2C Castro

📋 copy color: '#4D1E2C'

red 77 ◦ green 30 ◦ blue 44

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

Shades of Castro #4D1E2C

Tints of Castro #4D1E2C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.87%

 BLUE value IS 44 (17.58% from 255) = 29.14%

R = 50.99%
G = 19.87%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#4D1E2C (or 0x4D1E2C) is known color: Castro. HEX triplet: 4D, 1E and 2C. RGB value is (77,30,44). Sum of RGB (Red+Green+Blue) = 77+30+44=151 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.99% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1E2C is #B2E1D3. Grayscale: #2D2D2D. Windows color (decimal): -11723220 or 2891341. OLE color: 2891341.

HSL color Cylindrical-coordinate representation of color #4D1E2C: hue angle of 342.13º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D1E2C is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 30 44 -
CMYK 0 0.61 0.43 0.70
HSL 342.13º 0.44% 0.21% -
HSV(B) 342.13º 0.61% 0.3% -
XYZ 3.98 2.69 2.69 -
YUV 45.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 77 30 44 0 0.61 0.43 0.70 342.13 0.44 0.21
Hex 4D 1E 2C 0 3D 2B 46 156 2C 15
Octal 115 36 54 0 75 53 106 526 54 25
Binary 1001101 11110 101100 0 111101 101011 1000110 101010110 101100 10101

Color Harmonies of #4D1E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1E2C

Black with #4D1E2C

Text Example


Text Example

White with #4D1E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,30,44); }

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

background-color css

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

 a { background-color: rgb(77,30,44); }

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

border-color css

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

 span { border-color: rgb(77,30,44); }

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