Html Css Color HEX #481562 Scarlet Gum

📋 copy color: '#481562'

red 72 ◦ green 21 ◦ blue 98

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

Shades of Scarlet Gum #481562

Tints of Scarlet Gum #481562

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.99%

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

R = 37.7%
G = 10.99%
B = 51.31%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#481562 (or 0x481562) is known color: Scarlet Gum. HEX triplet: 48, 15 and 62. RGB value is (72,21,98). Sum of RGB (Red+Green+Blue) = 72+21+98=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #481562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481562 is #B7EA9D. Grayscale: #2C2C2C. Windows color (decimal): -12053150 or 6427976. OLE color: 6427976.

HSL color Cylindrical-coordinate representation of color #481562: hue angle of 279.74º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #481562 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 21 98 -
CMYK 0.27 0.79 0 0.62
HSL 279.74º 0.65% 0.23% -
HSV(B) 279.74º 0.79% 0.38% -
XYZ 5.15 2.8 11.82 -
YUV 45.03 157.9 147.24 -
System Red Green Blue C M Y K H S L
Decimal 72 21 98 0.27 0.79 0 0.62 279.74 0.65 0.23
Hex 48 15 62 1B 4F 0 3E 118 41 17
Octal 110 25 142 33 117 0 76 430 101 27
Binary 1001000 10101 1100010 11011 1001111 0 111110 100011000 1000001 10111

Color Harmonies of #481562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481562

Black with #481562

Text Example


Text Example

White with #481562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481562; }

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

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

background-color css

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

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

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

border-color css

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

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

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