Html Css Color HEX #561366 Scarlet Gum

📋 copy color: '#561366'

red 86 ◦ green 19 ◦ blue 102

#561366
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #561366

Tints of Scarlet Gum #561366

RGB

 RED value IS 86 (33.98% from 255) = 41.55%

 GREEN value IS 19 (7.81% from 255) = 9.18%

 BLUE value IS 102 (40.23% from 255) = 49.28%

R = 41.55%
G = 9.18%
B = 49.28%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#561366 (or 0x561366) is known color: Scarlet Gum. HEX triplet: 56, 13 and 66. RGB value is (86,19,102). Sum of RGB (Red+Green+Blue) = 86+19+102=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #561366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561366 is #A9EC99. Grayscale: #303030. Windows color (decimal): -11136154 or 6689622. OLE color: 6689622.

HSL color Cylindrical-coordinate representation of color #561366: hue angle of 288.43º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561366 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 86 19 102 -
CMYK 0.16 0.81 0 0.6
HSL 288.43º 0.69% 0.24% -
HSV(B) 288.43º 0.81% 0.4% -
XYZ 6.47 3.4 12.89 -
YUV 48.5 158.2 154.75 -
System Red Green Blue C M Y K H S L
Decimal 86 19 102 0.16 0.81 0 0.6 288.43 0.69 0.24
Hex 56 13 66 10 51 0 3C 120 45 18
Octal 126 23 146 20 121 0 74 440 105 30
Binary 1010110 10011 1100110 10000 1010001 0 111100 100100000 1000101 11000

Color Harmonies of #561366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561366

Black with #561366

Text Example


Text Example

White with #561366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561366; }

 p { color: rgb(86,19,102); }

 H1.HeaderClassName
 {
   color: #561366;
 }
 .AnyTagClassName
 {
   color: #561366;
 }
</style>

background-color css

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

 a { background-color: rgb(86,19,102); }

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

border-color css

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

 span { border-color: rgb(86,19,102); }

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