Html Css Color HEX #481561 Scarlet Gum

📋 copy color: '#481561'

red 72 ◦ green 21 ◦ blue 97

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

Shades of Scarlet Gum #481561

Tints of Scarlet Gum #481561

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.05%

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

R = 37.89%
G = 11.05%
B = 51.05%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#481561 (or 0x481561) is known color: Scarlet Gum. HEX triplet: 48, 15 and 61. RGB value is (72,21,97). Sum of RGB (Red+Green+Blue) = 72+21+97=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #481561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481561 is #B7EA9E. Grayscale: #2C2C2C. Windows color (decimal): -12053151 or 6362440. OLE color: 6362440.

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

Color convert

RGB 72 21 97 -
CMYK 0.26 0.78 0 0.62
HSL 280.26º 0.64% 0.23% -
HSV(B) 280.26º 0.78% 0.38% -
XYZ 5.1 2.78 11.58 -
YUV 44.91 157.4 147.32 -
System Red Green Blue C M Y K H S L
Decimal 72 21 97 0.26 0.78 0 0.62 280.26 0.64 0.23
Hex 48 15 61 1A 4E 0 3E 118 40 17
Octal 110 25 141 32 116 0 76 430 100 27
Binary 1001000 10101 1100001 11010 1001110 0 111110 100011000 1000000 10111

Color Harmonies of #481561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481561

Black with #481561

Text Example


Text Example

White with #481561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481561; }

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

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

background-color css

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

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

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

border-color css

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

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

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