Html Css Color HEX #480959 Scarlet Gum

📋 copy color: '#480959'

red 72 ◦ green 9 ◦ blue 89

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

Shades of Scarlet Gum #480959

Tints of Scarlet Gum #480959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.29%

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

R = 42.35%
G = 5.29%
B = 52.35%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#480959 (or 0x480959) is known color: Scarlet Gum. HEX triplet: 48, 09 and 59. RGB value is (72,9,89). Sum of RGB (Red+Green+Blue) = 72+9+89=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #480959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480959 is #B7F6A6. Grayscale: #242424. Windows color (decimal): -12056231 or 5835080. OLE color: 5835080.

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

Color convert

RGB 72 9 89 -
CMYK 0.19 0.90 0 0.65
HSL 287.25º 0.82% 0.19% -
HSV(B) 287.25º 0.9% 0.35% -
XYZ 4.57 2.29 9.65 -
YUV 36.96 157.37 153 -
System Red Green Blue C M Y K H S L
Decimal 72 9 89 0.19 0.90 0 0.65 287.25 0.82 0.19
Hex 48 9 59 13 5A 0 41 11F 52 13
Octal 110 11 131 23 132 0 101 437 122 23
Binary 1001000 1001 1011001 10011 1011010 0 1000001 100011111 1010010 10011

Color Harmonies of #480959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480959

Black with #480959

Text Example


Text Example

White with #480959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480959; }

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

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

background-color css

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

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

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

border-color css

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

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

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