Html Css Color HEX #481760 Scarlet Gum

📋 copy color: '#481760'

red 72 ◦ green 23 ◦ blue 96

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

Shades of Scarlet Gum #481760

Tints of Scarlet Gum #481760

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.04%

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

R = 37.7%
G = 12.04%
B = 50.26%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#481760 (or 0x481760) is known color: Scarlet Gum. HEX triplet: 48, 17 and 60. RGB value is (72,23,96). Sum of RGB (Red+Green+Blue) = 72+23+96=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #481760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481760 is #B7E89F. Grayscale: #2D2D2D. Windows color (decimal): -12052640 or 6297416. OLE color: 6297416.

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

Color convert

RGB 72 23 96 -
CMYK 0.25 0.76 0 0.62
HSL 280.27º 0.61% 0.23% -
HSV(B) 280.27º 0.76% 0.38% -
XYZ 5.09 2.84 11.35 -
YUV 45.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 72 23 96 0.25 0.76 0 0.62 280.27 0.61 0.23
Hex 48 17 60 19 4C 0 3E 118 3D 17
Octal 110 27 140 31 114 0 76 430 75 27
Binary 1001000 10111 1100000 11001 1001100 0 111110 100011000 111101 10111

Color Harmonies of #481760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481760

Black with #481760

Text Example


Text Example

White with #481760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481760; }

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

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

background-color css

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

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

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

border-color css

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

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

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