Html Css Color HEX #481160 Scarlet Gum

📋 copy color: '#481160'

red 72 ◦ green 17 ◦ blue 96

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

Shades of Scarlet Gum #481160

Tints of Scarlet Gum #481160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.19%

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

R = 38.92%
G = 9.19%
B = 51.89%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#481160 (or 0x481160) is known color: Scarlet Gum. HEX triplet: 48, 11 and 60. RGB value is (72,17,96). Sum of RGB (Red+Green+Blue) = 72+17+96=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #481160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481160 is #B7EE9F. Grayscale: #2A2A2A. Windows color (decimal): -12054176 or 6295880. OLE color: 6295880.

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

Color convert

RGB 72 17 96 -
CMYK 0.25 0.82 0 0.62
HSL 281.77º 0.7% 0.22% -
HSV(B) 281.77º 0.82% 0.38% -
XYZ 4.98 2.62 11.31 -
YUV 42.45 158.22 149.08 -
System Red Green Blue C M Y K H S L
Decimal 72 17 96 0.25 0.82 0 0.62 281.77 0.7 0.22
Hex 48 11 60 19 52 0 3E 11A 46 16
Octal 110 21 140 31 122 0 76 432 106 26
Binary 1001000 10001 1100000 11001 1010010 0 111110 100011010 1000110 10110

Color Harmonies of #481160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481160

Black with #481160

Text Example


Text Example

White with #481160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481160; }

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

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

background-color css

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

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

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

border-color css

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

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

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