Html Css Color HEX #56216B Scarlet Gum

📋 copy color: '#56216B'

red 86 ◦ green 33 ◦ blue 107

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

Shades of Scarlet Gum #56216B

Tints of Scarlet Gum #56216B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.6%

 BLUE value IS 107 (42.19% from 255) = 47.35%

R = 38.05%
G = 14.6%
B = 47.35%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56216B (or 0x56216B) is known color: Scarlet Gum. HEX triplet: 56, 21 and 6B. RGB value is (86,33,107). Sum of RGB (Red+Green+Blue) = 86+33+107=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #56216B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56216B is #A9DE94. Grayscale: #393939. Windows color (decimal): -11132565 or 7020886. OLE color: 7020886.

HSL color Cylindrical-coordinate representation of color #56216B: hue angle of 282.97º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56216B is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 33 107 -
CMYK 0.20 0.69 0 0.58
HSL 282.97º 0.53% 0.27% -
HSV(B) 282.97º 0.69% 0.42% -
XYZ 7.04 4.13 14.34 -
YUV 57.28 156.06 148.48 -
System Red Green Blue C M Y K H S L
Decimal 86 33 107 0.20 0.69 0 0.58 282.97 0.53 0.27
Hex 56 21 6B 14 45 0 3A 11B 35 1B
Octal 126 41 153 24 105 0 72 433 65 33
Binary 1010110 100001 1101011 10100 1000101 0 111010 100011011 110101 11011

Color Harmonies of #56216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56216B

Black with #56216B

Text Example


Text Example

White with #56216B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56216B; }

 p { color: rgb(86,33,107); }

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

background-color css

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

 a { background-color: rgb(86,33,107); }

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

border-color css

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

 span { border-color: rgb(86,33,107); }

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