#562863

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

Shades of Scarlet Gum #562863

Tints of Scarlet Gum #562863

Color information

#562863 (or 0x562863) is unknown color: approx Scarlet Gum. HEX triplet: 56, 28 and 63. RGB value is (86,40,99). Sum of RGB (Red+Green+Blue) = 86+40+99=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #562863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562863 is #A9D79C. Grayscale: #3C3C3C. Windows color (decimal): -11130781 or 6498390. OLE color: 6498390.

HSL color Cylindrical-coordinate representation of color #562863: hue angle of 286.78º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #562863 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB864099-
CMYK0.130.6000.61
HSL286.78º42.45%27.25%-
HSV(B)286.78º59.6%38.82%-
XYZ6.854.412.29-
YUV60.48149.74146.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 99 (39.06% from 255) = 44%
R=38.22%
G=17.78%
B=44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8640990.130.6000.61286.7842.4527.25
Hex562863D3C03D11f2a1b
Octal1265014315740754375233
Binary101011010100011000111101111100011110110001111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562863; }

 p { color: rgb(86,40,99); }

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

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

 a { background-color: rgb(86,40,99); }

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

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

 span { border-color: rgb(86,40,99); }

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