Html Css Color HEX #561567 Scarlet Gum

📋 copy color: '#561567'

red 86 ◦ green 21 ◦ blue 103

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

Shades of Scarlet Gum #561567

Tints of Scarlet Gum #561567

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10%

 BLUE value IS 103 (40.63% from 255) = 49.05%

R = 40.95%
G = 10%
B = 49.05%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#561567 (or 0x561567) is known color: Scarlet Gum. HEX triplet: 56, 15 and 67. RGB value is (86,21,103). Sum of RGB (Red+Green+Blue) = 86+21+103=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 103 (40.62% from 255 or 49.05% from 210); Max value from RGB is 103 - color contains mainly: blue. Hex color #561567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561567 is #A9EA98. Grayscale: #313131. Windows color (decimal): -11135641 or 6755670. OLE color: 6755670.

HSL color Cylindrical-coordinate representation of color #561567: hue angle of 287.56º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561567 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 21 103 -
CMYK 0.17 0.80 0 0.60
HSL 287.56º 0.66% 0.24% -
HSV(B) 287.56º 0.8% 0.4% -
XYZ 6.55 3.49 13.16 -
YUV 49.78 158.03 153.83 -
System Red Green Blue C M Y K H S L
Decimal 86 21 103 0.17 0.80 0 0.60 287.56 0.66 0.24
Hex 56 15 67 11 50 0 3C 120 42 18
Octal 126 25 147 21 120 0 74 440 102 30
Binary 1010110 10101 1100111 10001 1010000 0 111100 100100000 1000010 11000

Color Harmonies of #561567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561567

Black with #561567

Text Example


Text Example

White with #561567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561567; }

 p { color: rgb(86,21,103); }

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

background-color css

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

 a { background-color: rgb(86,21,103); }

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

border-color css

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

 span { border-color: rgb(86,21,103); }

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