Html Css Color HEX #481A61 Scarlet Gum

📋 copy color: '#481A61'

red 72 ◦ green 26 ◦ blue 97

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

Shades of Scarlet Gum #481A61

Tints of Scarlet Gum #481A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 49.74%

R = 36.92%
G = 13.33%
B = 49.74%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#481A61 (or 0x481A61) is known color: Scarlet Gum. HEX triplet: 48, 1A and 61. RGB value is (72,26,97). Sum of RGB (Red+Green+Blue) = 72+26+97=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #481A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481A61 is #B7E59E. Grayscale: #2F2F2F. Windows color (decimal): -12051871 or 6363720. OLE color: 6363720.

HSL color Cylindrical-coordinate representation of color #481A61: hue angle of 278.87º degrees, saturation: 0.58, 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 #481A61 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 26 97 -
CMYK 0.26 0.73 0 0.62
HSL 278.87º 0.58% 0.24% -
HSV(B) 278.87º 0.73% 0.38% -
XYZ 5.2 2.98 11.61 -
YUV 47.85 155.74 145.23 -
System Red Green Blue C M Y K H S L
Decimal 72 26 97 0.26 0.73 0 0.62 278.87 0.58 0.24
Hex 48 1A 61 1A 49 0 3E 117 3A 18
Octal 110 32 141 32 111 0 76 427 72 30
Binary 1001000 11010 1100001 11010 1001001 0 111110 100010111 111010 11000

Color Harmonies of #481A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A61

Black with #481A61

Text Example


Text Example

White with #481A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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