Html Css Color HEX #4D162A Castro

📋 copy color: '#4D162A'

red 77 ◦ green 22 ◦ blue 42

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

Shades of Castro #4D162A

Tints of Castro #4D162A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.6%

 BLUE value IS 42 (16.8% from 255) = 29.79%

R = 54.61%
G = 15.6%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.70

RGB Variations

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

Color information

#4D162A (or 0x4D162A) is known color: Castro. HEX triplet: 4D, 16 and 2A. RGB value is (77,22,42). Sum of RGB (Red+Green+Blue) = 77+22+42=141 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.61% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 77 - color contains mainly: red. Hex color #4D162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D162A is #B2E9D5. Grayscale: #282828. Windows color (decimal): -11725270 or 2758221. OLE color: 2758221.

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

Color convert

RGB 77 22 42 -
CMYK 0 0.71 0.45 0.70
HSL 338.18º 0.56% 0.19% -
HSV(B) 338.18º 0.71% 0.3% -
XYZ 3.77 2.32 2.44 -
YUV 40.73 128.72 153.87 -
System Red Green Blue C M Y K H S L
Decimal 77 22 42 0 0.71 0.45 0.70 338.18 0.56 0.19
Hex 4D 16 2A 0 47 2D 46 152 38 13
Octal 115 26 52 0 107 55 106 522 70 23
Binary 1001101 10110 101010 0 1000111 101101 1000110 101010010 111000 10011

Color Harmonies of #4D162A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D162A

Black with #4D162A

Text Example


Text Example

White with #4D162A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,22,42); }

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

background-color css

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

 a { background-color: rgb(77,22,42); }

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

border-color css

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

 span { border-color: rgb(77,22,42); }

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