Html Css Color HEX #562F63 Scarlet Gum

📋 copy color: '#562F63'

red 86 ◦ green 47 ◦ blue 99

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

Shades of Scarlet Gum #562F63

Tints of Scarlet Gum #562F63

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.26%

 BLUE value IS 99 (39.06% from 255) = 42.67%

R = 37.07%
G = 20.26%
B = 42.67%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#562F63 (or 0x562F63) is known color: Scarlet Gum. HEX triplet: 56, 2F and 63. RGB value is (86,47,99). Sum of RGB (Red+Green+Blue) = 86+47+99=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #562F63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562F63 is #A9D09C. Grayscale: #404040. Windows color (decimal): -11128989 or 6500182. OLE color: 6500182.

HSL color Cylindrical-coordinate representation of color #562F63: hue angle of 285º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #562F63 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 86 47 99 -
CMYK 0.13 0.53 0 0.61
HSL 285º 0.36% 0.29% -
HSV(B) 285º 0.53% 0.39% -
XYZ 7.11 4.91 12.38 -
YUV 64.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 86 47 99 0.13 0.53 0 0.61 285 0.36 0.29
Hex 56 2F 63 D 35 0 3D 11D 24 1D
Octal 126 57 143 15 65 0 75 435 44 35
Binary 1010110 101111 1100011 1101 110101 0 111101 100011101 100100 11101

Color Harmonies of #562F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562F63

Black with #562F63

Text Example


Text Example

White with #562F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562F63; }

 p { color: rgb(86,47,99); }

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

background-color css

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

 a { background-color: rgb(86,47,99); }

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

border-color css

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

 span { border-color: rgb(86,47,99); }

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