Html Css Color HEX #563262 Scarlet Gum

📋 copy color: '#563262'

red 86 ◦ green 50 ◦ blue 98

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

Shades of Scarlet Gum #563262

Tints of Scarlet Gum #563262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

 BLUE value IS 98 (38.67% from 255) = 41.88%

R = 36.75%
G = 21.37%
B = 41.88%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#563262 (or 0x563262) is known color: Scarlet Gum. HEX triplet: 56, 32 and 62. RGB value is (86,50,98). Sum of RGB (Red+Green+Blue) = 86+50+98=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #563262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563262 is #A9CD9D. Grayscale: #424242. Windows color (decimal): -11128222 or 6435414. OLE color: 6435414.

HSL color Cylindrical-coordinate representation of color #563262: hue angle of 285º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #563262 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 50 98 -
CMYK 0.12 0.49 0 0.62
HSL 285º 0.32% 0.29% -
HSV(B) 285º 0.49% 0.38% -
XYZ 7.18 5.14 12.17 -
YUV 66.24 145.93 142.1 -
System Red Green Blue C M Y K H S L
Decimal 86 50 98 0.12 0.49 0 0.62 285 0.32 0.29
Hex 56 32 62 C 31 0 3E 11D 20 1D
Octal 126 62 142 14 61 0 76 435 40 35
Binary 1010110 110010 1100010 1100 110001 0 111110 100011101 100000 11101

Color Harmonies of #563262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563262

Black with #563262

Text Example


Text Example

White with #563262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563262; }

 p { color: rgb(86,50,98); }

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

background-color css

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

 a { background-color: rgb(86,50,98); }

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

border-color css

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

 span { border-color: rgb(86,50,98); }

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