Html Css Color HEX #481456 Scarlet Gum

📋 copy color: '#481456'

red 72 ◦ green 20 ◦ blue 86

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

Shades of Scarlet Gum #481456

Tints of Scarlet Gum #481456

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.24%

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

R = 40.45%
G = 11.24%
B = 48.31%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#481456 (or 0x481456) is known color: Scarlet Gum. HEX triplet: 48, 14 and 56. RGB value is (72,20,86). Sum of RGB (Red+Green+Blue) = 72+20+86=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #481456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481456 is #B7EBA9. Grayscale: #2A2A2A. Windows color (decimal): -12053418 or 5641288. OLE color: 5641288.

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

Color convert

RGB 72 20 86 -
CMYK 0.16 0.77 0 0.66
HSL 287.27º 0.62% 0.21% -
HSV(B) 287.27º 0.77% 0.34% -
XYZ 4.6 2.55 9.05 -
YUV 43.07 152.23 148.63 -
System Red Green Blue C M Y K H S L
Decimal 72 20 86 0.16 0.77 0 0.66 287.27 0.62 0.21
Hex 48 14 56 10 4D 0 42 11F 3E 15
Octal 110 24 126 20 115 0 102 437 76 25
Binary 1001000 10100 1010110 10000 1001101 0 1000010 100011111 111110 10101

Color Harmonies of #481456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481456

Black with #481456

Text Example


Text Example

White with #481456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481456; }

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

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

background-color css

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

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

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

border-color css

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

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

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