#562365

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

Shades of Scarlet Gum #562365

Tints of Scarlet Gum #562365

Color information

#562365 (or 0x562365) is unknown color: approx Scarlet Gum. HEX triplet: 56, 23 and 65. RGB value is (86,35,101). Sum of RGB (Red+Green+Blue) = 86+35+101=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #562365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562365 is #A9DC9A. Grayscale: #393939. Windows color (decimal): -11132059 or 6628182. OLE color: 6628182.

HSL color Cylindrical-coordinate representation of color #562365: hue angle of 286.36º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #562365 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8635101-
CMYK0.150.6500.60
HSL286.36º48.53%26.67%-
HSV(B)286.36º65.35%39.61%-
XYZ6.794.1212.75-
YUV57.77152.4148.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.74%
GREEN value IS 35 (14.06% from 255) = 15.77%
BLUE value IS 101 (39.84% from 255) = 45.50%
R=38.74%
G=15.77%
B=45.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86351010.150.6500.60286.3648.5326.67
Hex562365F4103C11e311b
Octal12643145171010744366133
Binary1010110100011110010111111000001011110010001111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562365; }

 p { color: rgb(86,35,101); }

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

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

 a { background-color: rgb(86,35,101); }

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

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

 span { border-color: rgb(86,35,101); }

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