Html Css Color HEX #481860 Scarlet Gum

📋 copy color: '#481860'

red 72 ◦ green 24 ◦ blue 96

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

Shades of Scarlet Gum #481860

Tints of Scarlet Gum #481860

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.5%

 BLUE value IS 96 (37.89% from 255) = 50%

R = 37.5%
G = 12.5%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#481860 (or 0x481860) is known color: Scarlet Gum. HEX triplet: 48, 18 and 60. RGB value is (72,24,96). Sum of RGB (Red+Green+Blue) = 72+24+96=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #481860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481860 is #B7E79F. Grayscale: #2E2E2E. Windows color (decimal): -12052384 or 6297672. OLE color: 6297672.

HSL color Cylindrical-coordinate representation of color #481860: hue angle of 280º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481860 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 24 96 -
CMYK 0.25 0.75 0 0.62
HSL 280º 0.6% 0.24% -
HSV(B) 280º 0.75% 0.38% -
XYZ 5.11 2.88 11.35 -
YUV 46.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 72 24 96 0.25 0.75 0 0.62 280 0.6 0.24
Hex 48 18 60 19 4B 0 3E 118 3C 18
Octal 110 30 140 31 113 0 76 430 74 30
Binary 1001000 11000 1100000 11001 1001011 0 111110 100011000 111100 11000

Color Harmonies of #481860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481860

Black with #481860

Text Example


Text Example

White with #481860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481860; }

 p { color: rgb(72,24,96); }

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

background-color css

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

 a { background-color: rgb(72,24,96); }

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

border-color css

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

 span { border-color: rgb(72,24,96); }

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