Html Css Color HEX #480E5B Scarlet Gum

📋 copy color: '#480E5B'

red 72 ◦ green 14 ◦ blue 91

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

Shades of Scarlet Gum #480E5B

Tints of Scarlet Gum #480E5B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.91%

 BLUE value IS 91 (35.94% from 255) = 51.41%

R = 40.68%
G = 7.91%
B = 51.41%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#480E5B (or 0x480E5B) is known color: Scarlet Gum. HEX triplet: 48, 0E and 5B. RGB value is (72,14,91). Sum of RGB (Red+Green+Blue) = 72+14+91=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #480E5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480E5B is #B7F1A4. Grayscale: #272727. Windows color (decimal): -12054949 or 5967432. OLE color: 5967432.

HSL color Cylindrical-coordinate representation of color #480E5B: hue angle of 285.19º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #480E5B is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 14 91 -
CMYK 0.21 0.85 0 0.64
HSL 285.19º 0.73% 0.21% -
HSV(B) 285.19º 0.85% 0.36% -
XYZ 4.72 2.45 10.12 -
YUV 40.12 156.72 150.74 -
System Red Green Blue C M Y K H S L
Decimal 72 14 91 0.21 0.85 0 0.64 285.19 0.73 0.21
Hex 48 E 5B 15 55 0 40 11D 49 15
Octal 110 16 133 25 125 0 100 435 111 25
Binary 1001000 1110 1011011 10101 1010101 0 1000000 100011101 1001001 10101

Color Harmonies of #480E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480E5B

Black with #480E5B

Text Example


Text Example

White with #480E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,14,91); }

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

background-color css

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

 a { background-color: rgb(72,14,91); }

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

border-color css

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

 span { border-color: rgb(72,14,91); }

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