Html Css Color HEX #4D192C Castro

📋 copy color: '#4D192C'

red 77 ◦ green 25 ◦ blue 44

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

Shades of Castro #4D192C

Tints of Castro #4D192C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.12%

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

R = 52.74%
G = 17.12%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#4D192C (or 0x4D192C) is known color: Castro. HEX triplet: 4D, 19 and 2C. RGB value is (77,25,44). Sum of RGB (Red+Green+Blue) = 77+25+44=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D192C is #B2E6D3. Grayscale: #2A2A2A. Windows color (decimal): -11724500 or 2890061. OLE color: 2890061.

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

Color convert

RGB 77 25 44 -
CMYK 0 0.68 0.43 0.70
HSL 338.08º 0.51% 0.2% -
HSV(B) 338.08º 0.68% 0.3% -
XYZ 3.86 2.45 2.65 -
YUV 42.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 77 25 44 0 0.68 0.43 0.70 338.08 0.51 0.2
Hex 4D 19 2C 0 44 2B 46 152 33 14
Octal 115 31 54 0 104 53 106 522 63 24
Binary 1001101 11001 101100 0 1000100 101011 1000110 101010010 110011 10100

Color Harmonies of #4D192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D192C

Black with #4D192C

Text Example


Text Example

White with #4D192C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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