Html Css Color HEX #48415A Mulled Wine

📋 copy color: '#48415A'

red 72 ◦ green 65 ◦ blue 90

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

Shades of Mulled Wine #48415A

Tints of Mulled Wine #48415A

RGB

 RED value IS 72 (28.52% from 255) = 31.72%

 GREEN value IS 65 (25.78% from 255) = 28.63%

 BLUE value IS 90 (35.55% from 255) = 39.65%

R = 31.72%
G = 28.63%
B = 39.65%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#48415A (or 0x48415A) is known color: Mulled Wine. HEX triplet: 48, 41 and 5A. RGB value is (72,65,90). Sum of RGB (Red+Green+Blue) = 72+65+90=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 90 - color contains mainly: blue. Hex color #48415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48415A is #B7BEA5. Grayscale: #454545. Windows color (decimal): -12041894 or 5914952. OLE color: 5914952.

HSL color Cylindrical-coordinate representation of color #48415A: hue angle of 256.8º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #48415A is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 65 90 -
CMYK 0.20 0.28 0 0.65
HSL 256.8º 0.16% 0.3% -
HSV(B) 256.8º 0.28% 0.35% -
XYZ 6.41 5.9 10.47 -
YUV 69.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 72 65 90 0.20 0.28 0 0.65 256.8 0.16 0.3
Hex 48 41 5A 14 1C 0 41 101 10 1E
Octal 110 101 132 24 34 0 101 401 20 36
Binary 1001000 1000001 1011010 10100 11100 0 1000001 100000001 10000 11110

Color Harmonies of #48415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48415A

Black with #48415A

Text Example


Text Example

White with #48415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48415A; }

 p { color: rgb(72,65,90); }

 H1.HeaderClassName
 {
   color: #48415A;
 }
 .AnyTagClassName
 {
   color: #48415A;
 }
</style>

background-color css

<style>
 a { background-color: #48415A; }

 a { background-color: rgb(72,65,90); }

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

border-color css

<style>
 span { border-color: #48415A; }

 span { border-color: rgb(72,65,90); }

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