Html Css Color HEX #481557 Scarlet Gum

📋 copy color: '#481557'

red 72 ◦ green 21 ◦ blue 87

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

Shades of Scarlet Gum #481557

Tints of Scarlet Gum #481557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 48.33%

R = 40%
G = 11.67%
B = 48.33%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#481557 (or 0x481557) is known color: Scarlet Gum. HEX triplet: 48, 15 and 57. RGB value is (72,21,87). Sum of RGB (Red+Green+Blue) = 72+21+87=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #481557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481557 is #B7EAA8. Grayscale: #2B2B2B. Windows color (decimal): -12053161 or 5707080. OLE color: 5707080.

HSL color Cylindrical-coordinate representation of color #481557: hue angle of 286.36º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481557 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 21 87 -
CMYK 0.17 0.76 0 0.66
HSL 286.36º 0.61% 0.21% -
HSV(B) 286.36º 0.76% 0.34% -
XYZ 4.66 2.6 9.27 -
YUV 43.77 152.4 148.13 -
System Red Green Blue C M Y K H S L
Decimal 72 21 87 0.17 0.76 0 0.66 286.36 0.61 0.21
Hex 48 15 57 11 4C 0 42 11E 3D 15
Octal 110 25 127 21 114 0 102 436 75 25
Binary 1001000 10101 1010111 10001 1001100 0 1000010 100011110 111101 10101

Color Harmonies of #481557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481557

Black with #481557

Text Example


Text Example

White with #481557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481557; }

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

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

background-color css

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

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

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

border-color css

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

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

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