Html Css Color HEX #481059 Scarlet Gum

📋 copy color: '#481059'

red 72 ◦ green 16 ◦ blue 89

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

Shades of Scarlet Gum #481059

Tints of Scarlet Gum #481059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.04%

 BLUE value IS 89 (35.16% from 255) = 50.28%

R = 40.68%
G = 9.04%
B = 50.28%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#481059 (or 0x481059) is known color: Scarlet Gum. HEX triplet: 48, 10 and 59. RGB value is (72,16,89). Sum of RGB (Red+Green+Blue) = 72+16+89=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #481059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481059 is #B7EFA6. Grayscale: #282828. Windows color (decimal): -12054439 or 5836872. OLE color: 5836872.

HSL color Cylindrical-coordinate representation of color #481059: hue angle of 286.03º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #481059 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 16 89 -
CMYK 0.19 0.82 0 0.65
HSL 286.03º 0.7% 0.21% -
HSV(B) 286.03º 0.82% 0.35% -
XYZ 4.66 2.47 9.68 -
YUV 41.07 155.05 150.06 -
System Red Green Blue C M Y K H S L
Decimal 72 16 89 0.19 0.82 0 0.65 286.03 0.7 0.21
Hex 48 10 59 13 52 0 41 11E 46 15
Octal 110 20 131 23 122 0 101 436 106 25
Binary 1001000 10000 1011001 10011 1010010 0 1000001 100011110 1000110 10101

Color Harmonies of #481059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481059

Black with #481059

Text Example


Text Example

White with #481059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481059; }

 p { color: rgb(72,16,89); }

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

background-color css

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

 a { background-color: rgb(72,16,89); }

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

border-color css

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

 span { border-color: rgb(72,16,89); }

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