#562965

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

Shades of Scarlet Gum #562965

Tints of Scarlet Gum #562965

Color information

#562965 (or 0x562965) is unknown color: approx Scarlet Gum. HEX triplet: 56, 29 and 65. RGB value is (86,41,101). Sum of RGB (Red+Green+Blue) = 86+41+101=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #562965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562965 is #A9D69A. Grayscale: #3D3D3D. Windows color (decimal): -11130523 or 6629718. OLE color: 6629718.

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

Color convert

RGB8641101-
CMYK0.150.5900.60
HSL285º42.25%27.84%-
HSV(B)285º59.41%39.61%-
XYZ6.984.512.81-
YUV61.3150.41145.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.72%
GREEN value IS 41 (16.41% from 255) = 17.98%
BLUE value IS 101 (39.84% from 255) = 44.30%
R=37.72%
G=17.98%
B=44.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86411010.150.5900.6028542.2527.84
Hex562965F3B03C11d2a1c
Octal1265114517730744355234
Binary101011010100111001011111111011011110010001110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562965; }

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

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

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

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

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

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

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

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