Html Css Color HEX #481A60 Scarlet Gum

📋 copy color: '#481A60'

red 72 ◦ green 26 ◦ blue 96

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

Shades of Scarlet Gum #481A60

Tints of Scarlet Gum #481A60

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.4%

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

R = 37.11%
G = 13.4%
B = 49.48%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#481A60 (or 0x481A60) is known color: Scarlet Gum. HEX triplet: 48, 1A and 60. RGB value is (72,26,96). Sum of RGB (Red+Green+Blue) = 72+26+96=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #481A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481A60 is #B7E59F. Grayscale: #2F2F2F. Windows color (decimal): -12051872 or 6298184. OLE color: 6298184.

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

Color convert

RGB 72 26 96 -
CMYK 0.25 0.73 0 0.62
HSL 279.43º 0.57% 0.24% -
HSV(B) 279.43º 0.73% 0.38% -
XYZ 5.15 2.96 11.37 -
YUV 47.73 155.24 145.31 -
System Red Green Blue C M Y K H S L
Decimal 72 26 96 0.25 0.73 0 0.62 279.43 0.57 0.24
Hex 48 1A 60 19 49 0 3E 117 39 18
Octal 110 32 140 31 111 0 76 427 71 30
Binary 1001000 11010 1100000 11001 1001001 0 111110 100010111 111001 11000

Color Harmonies of #481A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A60

Black with #481A60

Text Example


Text Example

White with #481A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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