Html Css Color HEX #561D68 Scarlet Gum

📋 copy color: '#561D68'

red 86 ◦ green 29 ◦ blue 104

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

Shades of Scarlet Gum #561D68

Tints of Scarlet Gum #561D68

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.24%

 BLUE value IS 104 (41.02% from 255) = 47.49%

R = 39.27%
G = 13.24%
B = 47.49%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#561D68 (or 0x561D68) is known color: Scarlet Gum. HEX triplet: 56, 1D and 68. RGB value is (86,29,104). Sum of RGB (Red+Green+Blue) = 86+29+104=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #561D68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561D68 is #A9E297. Grayscale: #363636. Windows color (decimal): -11133592 or 6823254. OLE color: 6823254.

HSL color Cylindrical-coordinate representation of color #561D68: hue angle of 285.6º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #561D68 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 29 104 -
CMYK 0.17 0.72 0 0.59
HSL 285.6º 0.56% 0.26% -
HSV(B) 285.6º 0.72% 0.41% -
XYZ 6.78 3.86 13.48 -
YUV 54.59 155.88 150.4 -
System Red Green Blue C M Y K H S L
Decimal 86 29 104 0.17 0.72 0 0.59 285.6 0.56 0.26
Hex 56 1D 68 11 48 0 3B 11E 38 1A
Octal 126 35 150 21 110 0 73 436 70 32
Binary 1010110 11101 1101000 10001 1001000 0 111011 100011110 111000 11010

Color Harmonies of #561D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561D68

Black with #561D68

Text Example


Text Example

White with #561D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561D68; }

 p { color: rgb(86,29,104); }

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

background-color css

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

 a { background-color: rgb(86,29,104); }

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

border-color css

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

 span { border-color: rgb(86,29,104); }

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