Html Css Color HEX #480D62 Scarlet Gum

📋 copy color: '#480D62'

red 72 ◦ green 13 ◦ blue 98

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

Shades of Scarlet Gum #480D62

Tints of Scarlet Gum #480D62

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.1%

 BLUE value IS 98 (38.67% from 255) = 53.55%

R = 39.34%
G = 7.1%
B = 53.55%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#480D62 (or 0x480D62) is known color: Scarlet Gum. HEX triplet: 48, 0D and 62. RGB value is (72,13,98). Sum of RGB (Red+Green+Blue) = 72+13+98=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #480D62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480D62 is #B7F29D. Grayscale: #282828. Windows color (decimal): -12055198 or 6425928. OLE color: 6425928.

HSL color Cylindrical-coordinate representation of color #480D62: hue angle of 281.65º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #480D62 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 13 98 -
CMYK 0.27 0.87 0 0.62
HSL 281.65º 0.77% 0.22% -
HSV(B) 281.65º 0.87% 0.38% -
XYZ 5.02 2.55 11.78 -
YUV 40.33 160.55 150.59 -
System Red Green Blue C M Y K H S L
Decimal 72 13 98 0.27 0.87 0 0.62 281.65 0.77 0.22
Hex 48 D 62 1B 57 0 3E 11A 4D 16
Octal 110 15 142 33 127 0 76 432 115 26
Binary 1001000 1101 1100010 11011 1010111 0 111110 100011010 1001101 10110

Color Harmonies of #480D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480D62

Black with #480D62

Text Example


Text Example

White with #480D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,13,98); }

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

background-color css

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

 a { background-color: rgb(72,13,98); }

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

border-color css

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

 span { border-color: rgb(72,13,98); }

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