Html Css Color HEX #561268 Scarlet Gum

📋 copy color: '#561268'

red 86 ◦ green 18 ◦ blue 104

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

Shades of Scarlet Gum #561268

Tints of Scarlet Gum #561268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.65%

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

R = 41.35%
G = 8.65%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#561268 (or 0x561268) is known color: Scarlet Gum. HEX triplet: 56, 12 and 68. RGB value is (86,18,104). Sum of RGB (Red+Green+Blue) = 86+18+104=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #561268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561268 is #A9ED97. Grayscale: #2F2F2F. Windows color (decimal): -11136408 or 6820438. OLE color: 6820438.

HSL color Cylindrical-coordinate representation of color #561268: hue angle of 287.44º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #561268 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 18 104 -
CMYK 0.17 0.83 0 0.59
HSL 287.44º 0.7% 0.24% -
HSV(B) 287.44º 0.83% 0.41% -
XYZ 6.55 3.41 13.41 -
YUV 48.14 159.53 155.01 -
System Red Green Blue C M Y K H S L
Decimal 86 18 104 0.17 0.83 0 0.59 287.44 0.7 0.24
Hex 56 12 68 11 53 0 3B 11F 46 18
Octal 126 22 150 21 123 0 73 437 106 30
Binary 1010110 10010 1101000 10001 1010011 0 111011 100011111 1000110 11000

Color Harmonies of #561268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561268

Black with #561268

Text Example


Text Example

White with #561268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561268; }

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

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

background-color css

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

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

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

border-color css

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

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

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