Html Css Color HEX #4D1E2D Castro

📋 copy color: '#4D1E2D'

red 77 ◦ green 30 ◦ blue 45

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

Shades of Castro #4D1E2D

Tints of Castro #4D1E2D

RGB

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

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

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

R = 50.66%
G = 19.74%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#4D1E2D (or 0x4D1E2D) is known color: Castro. HEX triplet: 4D, 1E and 2D. RGB value is (77,30,45). Sum of RGB (Red+Green+Blue) = 77+30+45=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1E2D is #B2E1D2. Grayscale: #2D2D2D. Windows color (decimal): -11723219 or 2956877. OLE color: 2956877.

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

Color convert

RGB 77 30 45 -
CMYK 0 0.61 0.42 0.70
HSL 340.85º 0.44% 0.21% -
HSV(B) 340.85º 0.61% 0.3% -
XYZ 4 2.7 2.79 -
YUV 45.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 77 30 45 0 0.61 0.42 0.70 340.85 0.44 0.21
Hex 4D 1E 2D 0 3D 2A 46 155 2C 15
Octal 115 36 55 0 75 52 106 525 54 25
Binary 1001101 11110 101101 0 111101 101010 1000110 101010101 101100 10101

Color Harmonies of #4D1E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1E2D

Black with #4D1E2D

Text Example


Text Example

White with #4D1E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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