#562265

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

Shades of Scarlet Gum #562265

Tints of Scarlet Gum #562265

Color information

#562265 (or 0x562265) is unknown color: approx Scarlet Gum. HEX triplet: 56, 22 and 65. RGB value is (86,34,101). Sum of RGB (Red+Green+Blue) = 86+34+101=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: blue. Hex color #562265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562265 is #A9DD9A. Grayscale: #383838. Windows color (decimal): -11132315 or 6627926. OLE color: 6627926.

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

Color convert

RGB8634101-
CMYK0.150.6600.60
HSL286.57º49.63%26.47%-
HSV(B)286.57º66.34%39.61%-
XYZ6.764.0612.74-
YUV57.19152.73148.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.91%
GREEN value IS 34 (13.67% from 255) = 15.38%
BLUE value IS 101 (39.84% from 255) = 45.70%
R=38.91%
G=15.38%
B=45.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86341010.150.6600.60286.5749.6326.47
Hex562265F4203C11f321a
Octal12642145171020744376232
Binary1010110100010110010111111000010011110010001111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562265; }

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

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

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

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

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

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

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

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