Html Css Color HEX #480B59 Scarlet Gum

📋 copy color: '#480B59'

red 72 ◦ green 11 ◦ blue 89

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

Shades of Scarlet Gum #480B59

Tints of Scarlet Gum #480B59

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.4%

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

R = 41.86%
G = 6.4%
B = 51.74%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#480B59 (or 0x480B59) is known color: Scarlet Gum. HEX triplet: 48, 0B and 59. RGB value is (72,11,89). Sum of RGB (Red+Green+Blue) = 72+11+89=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #480B59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480B59 is #B7F4A6. Grayscale: #252525. Windows color (decimal): -12055719 or 5835592. OLE color: 5835592.

HSL color Cylindrical-coordinate representation of color #480B59: hue angle of 286.92º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #480B59 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 11 89 -
CMYK 0.19 0.88 0 0.65
HSL 286.92º 0.78% 0.2% -
HSV(B) 286.92º 0.88% 0.35% -
XYZ 4.6 2.34 9.66 -
YUV 38.13 156.71 152.16 -
System Red Green Blue C M Y K H S L
Decimal 72 11 89 0.19 0.88 0 0.65 286.92 0.78 0.2
Hex 48 B 59 13 58 0 41 11F 4E 14
Octal 110 13 131 23 130 0 101 437 116 24
Binary 1001000 1011 1011001 10011 1011000 0 1000001 100011111 1001110 10100

Color Harmonies of #480B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480B59

Black with #480B59

Text Example


Text Example

White with #480B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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