#562F61

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

Shades of Scarlet Gum #562F61

Tints of Scarlet Gum #562F61

Color information

#562F61 (or 0x562F61) is unknown color: approx Scarlet Gum. HEX triplet: 56, 2F and 61. RGB value is (86,47,97). Sum of RGB (Red+Green+Blue) = 86+47+97=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: blue. Hex color #562F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562F61 is #A9D09E. Grayscale: #404040. Windows color (decimal): -11128991 or 6369110. OLE color: 6369110.

HSL color Cylindrical-coordinate representation of color #562F61: hue angle of 286.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #562F61 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB864797-
CMYK0.110.5200.62
HSL286.8º34.72%28.24%-
HSV(B)286.8º51.55%38.04%-
XYZ7.014.8711.88-
YUV64.36146.42143.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.39%
GREEN value IS 47 (18.75% from 255) = 20.43%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=37.39%
G=20.43%
B=42.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8647970.110.5200.62286.834.7228.24
Hex562F61B3403E11f231c
Octal1265714113640764374334
Binary101011010111111000011011110100011111010001111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562F61; }

 p { color: rgb(86,47,97); }

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

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

 a { background-color: rgb(86,47,97); }

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

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

 span { border-color: rgb(86,47,97); }

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