Html Css Color HEX #481256 Scarlet Gum

📋 copy color: '#481256'

red 72 ◦ green 18 ◦ blue 86

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

Shades of Scarlet Gum #481256

Tints of Scarlet Gum #481256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.23%

 BLUE value IS 86 (33.98% from 255) = 48.86%

R = 40.91%
G = 10.23%
B = 48.86%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#481256 (or 0x481256) is known color: Scarlet Gum. HEX triplet: 48, 12 and 56. RGB value is (72,18,86). Sum of RGB (Red+Green+Blue) = 72+18+86=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #481256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481256 is #B7EDA9. Grayscale: #292929. Windows color (decimal): -12053930 or 5640776. OLE color: 5640776.

HSL color Cylindrical-coordinate representation of color #481256: hue angle of 287.65º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #481256 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 18 86 -
CMYK 0.16 0.79 0 0.66
HSL 287.65º 0.65% 0.2% -
HSV(B) 287.65º 0.79% 0.34% -
XYZ 4.57 2.48 9.04 -
YUV 41.9 152.89 149.47 -
System Red Green Blue C M Y K H S L
Decimal 72 18 86 0.16 0.79 0 0.66 287.65 0.65 0.2
Hex 48 12 56 10 4F 0 42 120 41 14
Octal 110 22 126 20 117 0 102 440 101 24
Binary 1001000 10010 1010110 10000 1001111 0 1000010 100100000 1000001 10100

Color Harmonies of #481256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481256

Black with #481256

Text Example


Text Example

White with #481256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481256; }

 p { color: rgb(72,18,86); }

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

background-color css

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

 a { background-color: rgb(72,18,86); }

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

border-color css

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

 span { border-color: rgb(72,18,86); }

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