Html Css Color HEX #482159 Scarlet Gum

📋 copy color: '#482159'

red 72 ◦ green 33 ◦ blue 89

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

Shades of Scarlet Gum #482159

Tints of Scarlet Gum #482159

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.01%

 BLUE value IS 89 (35.16% from 255) = 45.88%

R = 37.11%
G = 17.01%
B = 45.88%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#482159 (or 0x482159) is known color: Scarlet Gum. HEX triplet: 48, 21 and 59. RGB value is (72,33,89). Sum of RGB (Red+Green+Blue) = 72+33+89=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #482159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482159 is #B7DEA6. Grayscale: #323232. Windows color (decimal): -12050087 or 5841224. OLE color: 5841224.

HSL color Cylindrical-coordinate representation of color #482159: hue angle of 281.79º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #482159 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 33 89 -
CMYK 0.19 0.63 0 0.65
HSL 281.79º 0.46% 0.24% -
HSV(B) 281.79º 0.63% 0.35% -
XYZ 5.02 3.19 9.8 -
YUV 51.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 72 33 89 0.19 0.63 0 0.65 281.79 0.46 0.24
Hex 48 21 59 13 3F 0 41 11A 2E 18
Octal 110 41 131 23 77 0 101 432 56 30
Binary 1001000 100001 1011001 10011 111111 0 1000001 100011010 101110 11000

Color Harmonies of #482159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482159

Black with #482159

Text Example


Text Example

White with #482159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482159; }

 p { color: rgb(72,33,89); }

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

background-color css

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

 a { background-color: rgb(72,33,89); }

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

border-color css

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

 span { border-color: rgb(72,33,89); }

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