#480856

Color #480856 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #480856

Tints of Scarlet Gum #480856

Color information

#480856 (or 0x480856) is unknown color: approx Scarlet Gum. HEX triplet: 48, 08 and 56. RGB value is (72,8,86). Sum of RGB (Red+Green+Blue) = 72+8+86=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 86 (33.98% from 255 or 51.81% from 166); Max value from RGB is 86 - color contains mainly: blue. Hex color #480856 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480856 is #B7F7A9. Grayscale: #232323. Windows color (decimal): -12056490 or 5638216. OLE color: 5638216.

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

Color convert

RGB72886-
CMYK0.160.9100.66
HSL289.23º82.98%18.43%-
HSV(B)289.23º90.7%33.73%-
XYZ4.442.229-
YUV36.03156.2153.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 8 (3.52% from 255) = 4.82%
BLUE value IS 86 (33.98% from 255) = 51.81%
R=43.37%
G=4.82%
B=51.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal728860.160.9100.66289.2382.9818.43
Hex48856105B0421215312
Octal1101012620133010244112322
Binary10010001000101011010000101101101000010100100001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480856; }

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

 H1.HeaderClassName
 {
   color: #480856;
 }
 .AnyTagClassName
 {
   color: #480856;
 }
</style>
background-color css

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

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

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

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

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

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