Html Css Color HEX #561067 Scarlet Gum

📋 copy color: '#561067'

red 86 ◦ green 16 ◦ blue 103

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

Shades of Scarlet Gum #561067

Tints of Scarlet Gum #561067

RGB

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

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

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

R = 41.95%
G = 7.8%
B = 50.24%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#561067 (or 0x561067) is known color: Scarlet Gum. HEX triplet: 56, 10 and 67. RGB value is (86,16,103). Sum of RGB (Red+Green+Blue) = 86+16+103=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #561067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561067 is #A9EF98. Grayscale: #2E2E2E. Windows color (decimal): -11136921 or 6754390. OLE color: 6754390.

HSL color Cylindrical-coordinate representation of color #561067: hue angle of 288.28º 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 #561067 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 16 103 -
CMYK 0.17 0.84 0 0.60
HSL 288.28º 0.73% 0.23% -
HSV(B) 288.28º 0.84% 0.4% -
XYZ 6.47 3.33 13.13 -
YUV 46.85 159.69 155.93 -
System Red Green Blue C M Y K H S L
Decimal 86 16 103 0.17 0.84 0 0.60 288.28 0.73 0.23
Hex 56 10 67 11 54 0 3C 120 49 17
Octal 126 20 147 21 124 0 74 440 111 27
Binary 1010110 10000 1100111 10001 1010100 0 111100 100100000 1001001 10111

Color Harmonies of #561067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561067

Black with #561067

Text Example


Text Example

White with #561067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561067; }

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

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

background-color css

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

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

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

border-color css

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

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

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