Html Css Color HEX #561066 Scarlet Gum

📋 copy color: '#561066'

red 86 ◦ green 16 ◦ blue 102

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

Shades of Scarlet Gum #561066

Tints of Scarlet Gum #561066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.84%

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

R = 42.16%
G = 7.84%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#561066 (or 0x561066) is known color: Scarlet Gum. HEX triplet: 56, 10 and 66. RGB value is (86,16,102). Sum of RGB (Red+Green+Blue) = 86+16+102=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #561066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561066 is #A9EF99. Grayscale: #2E2E2E. Windows color (decimal): -11136922 or 6688854. OLE color: 6688854.

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

Color convert

RGB 86 16 102 -
CMYK 0.16 0.84 0 0.6
HSL 288.84º 0.73% 0.23% -
HSV(B) 288.84º 0.84% 0.4% -
XYZ 6.42 3.31 12.87 -
YUV 46.73 159.19 156.01 -
System Red Green Blue C M Y K H S L
Decimal 86 16 102 0.16 0.84 0 0.6 288.84 0.73 0.23
Hex 56 10 66 10 54 0 3C 121 49 17
Octal 126 20 146 20 124 0 74 441 111 27
Binary 1010110 10000 1100110 10000 1010100 0 111100 100100001 1001001 10111

Color Harmonies of #561066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561066

Black with #561066

Text Example


Text Example

White with #561066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561066; }

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

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

background-color css

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

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

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

border-color css

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

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

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