Html Css Color HEX #4D1D31 Castro

📋 copy color: '#4D1D31'

red 77 ◦ green 29 ◦ blue 49

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

Shades of Castro #4D1D31

Tints of Castro #4D1D31

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.71%

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

R = 49.68%
G = 18.71%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.70

RGB Variations

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

Color information

#4D1D31 (or 0x4D1D31) is known color: Castro. HEX triplet: 4D, 1D and 31. RGB value is (77,29,49). Sum of RGB (Red+Green+Blue) = 77+29+49=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1D31 is #B2E2CE. Grayscale: #2D2D2D. Windows color (decimal): -11723471 or 3218765. OLE color: 3218765.

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

Color convert

RGB 77 29 49 -
CMYK 0 0.62 0.36 0.70
HSL 335º 0.45% 0.21% -
HSV(B) 335º 0.62% 0.3% -
XYZ 4.05 2.68 3.21 -
YUV 45.63 129.9 150.37 -
System Red Green Blue C M Y K H S L
Decimal 77 29 49 0 0.62 0.36 0.70 335 0.45 0.21
Hex 4D 1D 31 0 3E 24 46 14F 2D 15
Octal 115 35 61 0 76 44 106 517 55 25
Binary 1001101 11101 110001 0 111110 100100 1000110 101001111 101101 10101

Color Harmonies of #4D1D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1D31

Black with #4D1D31

Text Example


Text Example

White with #4D1D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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