Html Css Color HEX #4D1C31 Castro

📋 copy color: '#4D1C31'

red 77 ◦ green 28 ◦ blue 49

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

Shades of Castro #4D1C31

Tints of Castro #4D1C31

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.18%

 BLUE value IS 49 (19.53% from 255) = 31.82%

R = 50%
G = 18.18%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.70

RGB Variations

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

Color information

#4D1C31 (or 0x4D1C31) is known color: Castro. HEX triplet: 4D, 1C and 31. RGB value is (77,28,49). Sum of RGB (Red+Green+Blue) = 77+28+49=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1C31 is #B2E3CE. Grayscale: #2D2D2D. Windows color (decimal): -11723727 or 3218509. OLE color: 3218509.

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

Color convert

RGB 77 28 49 -
CMYK 0 0.64 0.36 0.70
HSL 334.29º 0.47% 0.21% -
HSV(B) 334.29º 0.64% 0.3% -
XYZ 4.03 2.63 3.2 -
YUV 45.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 77 28 49 0 0.64 0.36 0.70 334.29 0.47 0.21
Hex 4D 1C 31 0 40 24 46 14E 2F 15
Octal 115 34 61 0 100 44 106 516 57 25
Binary 1001101 11100 110001 0 1000000 100100 1000110 101001110 101111 10101

Color Harmonies of #4D1C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1C31

Black with #4D1C31

Text Example


Text Example

White with #4D1C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,28,49); }

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

background-color css

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

 a { background-color: rgb(77,28,49); }

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

border-color css

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

 span { border-color: rgb(77,28,49); }

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