Html Css Color HEX #56246B Scarlet Gum

📋 copy color: '#56246B'

red 86 ◦ green 36 ◦ blue 107

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

Shades of Scarlet Gum #56246B

Tints of Scarlet Gum #56246B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.72%

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

R = 37.55%
G = 15.72%
B = 46.72%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56246B (or 0x56246B) is known color: Scarlet Gum. HEX triplet: 56, 24 and 6B. RGB value is (86,36,107). Sum of RGB (Red+Green+Blue) = 86+36+107=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 107 - color contains mainly: blue. Hex color #56246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56246B is #A9DB94. Grayscale: #3A3A3A. Windows color (decimal): -11131797 or 7021654. OLE color: 7021654.

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

Color convert

RGB 86 36 107 -
CMYK 0.20 0.66 0 0.58
HSL 282.25º 0.5% 0.28% -
HSV(B) 282.25º 0.66% 0.42% -
XYZ 7.12 4.3 14.36 -
YUV 59.04 155.07 147.23 -
System Red Green Blue C M Y K H S L
Decimal 86 36 107 0.20 0.66 0 0.58 282.25 0.5 0.28
Hex 56 24 6B 14 42 0 3A 11A 32 1C
Octal 126 44 153 24 102 0 72 432 62 34
Binary 1010110 100100 1101011 10100 1000010 0 111010 100011010 110010 11100

Color Harmonies of #56246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56246B

Black with #56246B

Text Example


Text Example

White with #56246B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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