Html Css Color HEX #4D1E30 Castro

📋 copy color: '#4D1E30'

red 77 ◦ green 30 ◦ blue 48

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

Shades of Castro #4D1E30

Tints of Castro #4D1E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 30.97%

R = 49.68%
G = 19.35%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#4D1E30 (or 0x4D1E30) is known color: Castro. HEX triplet: 4D, 1E and 30. RGB value is (77,30,48). Sum of RGB (Red+Green+Blue) = 77+30+48=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1E30 is #B2E1CF. Grayscale: #2E2E2E. Windows color (decimal): -11723216 or 3153485. OLE color: 3153485.

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

Color convert

RGB 77 30 48 -
CMYK 0 0.61 0.38 0.70
HSL 337.02º 0.44% 0.21% -
HSV(B) 337.02º 0.61% 0.3% -
XYZ 4.06 2.72 3.11 -
YUV 46.11 129.07 150.04 -
System Red Green Blue C M Y K H S L
Decimal 77 30 48 0 0.61 0.38 0.70 337.02 0.44 0.21
Hex 4D 1E 30 0 3D 26 46 151 2C 15
Octal 115 36 60 0 75 46 106 521 54 25
Binary 1001101 11110 110000 0 111101 100110 1000110 101010001 101100 10101

Color Harmonies of #4D1E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1E30

Black with #4D1E30

Text Example


Text Example

White with #4D1E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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