Html Css Color HEX #562962 Scarlet Gum

📋 copy color: '#562962'

red 86 ◦ green 41 ◦ blue 98

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

Shades of Scarlet Gum #562962

Tints of Scarlet Gum #562962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.22%

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

R = 38.22%
G = 18.22%
B = 43.56%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#562962 (or 0x562962) is known color: Scarlet Gum. HEX triplet: 56, 29 and 62. RGB value is (86,41,98). Sum of RGB (Red+Green+Blue) = 86+41+98=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #562962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562962 is #A9D69D. Grayscale: #3C3C3C. Windows color (decimal): -11130526 or 6433110. OLE color: 6433110.

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

Color convert

RGB 86 41 98 -
CMYK 0.12 0.58 0 0.62
HSL 287.37º 0.41% 0.27% -
HSV(B) 287.37º 0.58% 0.38% -
XYZ 6.84 4.45 12.05 -
YUV 60.95 148.91 145.87 -
System Red Green Blue C M Y K H S L
Decimal 86 41 98 0.12 0.58 0 0.62 287.37 0.41 0.27
Hex 56 29 62 C 3A 0 3E 11F 29 1B
Octal 126 51 142 14 72 0 76 437 51 33
Binary 1010110 101001 1100010 1100 111010 0 111110 100011111 101001 11011

Color Harmonies of #562962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562962

Black with #562962

Text Example


Text Example

White with #562962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562962; }

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

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

background-color css

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

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

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

border-color css

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

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

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