Html Css Color HEX #480A5E Scarlet Gum

📋 copy color: '#480A5E'

red 72 ◦ green 10 ◦ blue 94

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

Shades of Scarlet Gum #480A5E

Tints of Scarlet Gum #480A5E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.68%

 BLUE value IS 94 (37.11% from 255) = 53.41%

R = 40.91%
G = 5.68%
B = 53.41%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#480A5E (or 0x480A5E) is known color: Scarlet Gum. HEX triplet: 48, 0A and 5E. RGB value is (72,10,94). Sum of RGB (Red+Green+Blue) = 72+10+94=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #480A5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480A5E is #B7F5A1. Grayscale: #252525. Windows color (decimal): -12055970 or 6163016. OLE color: 6163016.

HSL color Cylindrical-coordinate representation of color #480A5E: hue angle of 284.29º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480A5E is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 10 94 -
CMYK 0.23 0.89 0 0.63
HSL 284.29º 0.81% 0.2% -
HSV(B) 284.29º 0.89% 0.37% -
XYZ 4.8 2.4 10.8 -
YUV 38.11 159.54 152.17 -
System Red Green Blue C M Y K H S L
Decimal 72 10 94 0.23 0.89 0 0.63 284.29 0.81 0.2
Hex 48 A 5E 17 59 0 3F 11C 51 14
Octal 110 12 136 27 131 0 77 434 121 24
Binary 1001000 1010 1011110 10111 1011001 0 111111 100011100 1010001 10100

Color Harmonies of #480A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480A5E

Black with #480A5E

Text Example


Text Example

White with #480A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,10,94); }

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

background-color css

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

 a { background-color: rgb(72,10,94); }

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

border-color css

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

 span { border-color: rgb(72,10,94); }

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