#562963

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

Shades of Scarlet Gum #562963

Tints of Scarlet Gum #562963

Color information

#562963 (or 0x562963) is unknown color: approx Scarlet Gum. HEX triplet: 56, 29 and 63. RGB value is (86,41,99). Sum of RGB (Red+Green+Blue) = 86+41+99=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #562963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562963 is #A9D69C. Grayscale: #3C3C3C. Windows color (decimal): -11130525 or 6498646. OLE color: 6498646.

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

Color convert

RGB864199-
CMYK0.130.5900.61
HSL286.55º41.43%27.45%-
HSV(B)286.55º58.59%38.82%-
XYZ6.884.4712.3-
YUV61.07149.41145.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.05%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 99 (39.06% from 255) = 43.81%
R=38.05%
G=18.14%
B=43.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8641990.130.5900.61286.5541.4327.45
Hex562963D3B03D11f291b
Octal1265114315730754375133
Binary101011010100111000111101111011011110110001111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562963; }

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

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

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

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

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

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

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

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