Html Css Color HEX #562365 Scarlet Gum

📋 copy color: '#562365'

red 86 ◦ green 35 ◦ blue 101

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

Shades of Scarlet Gum #562365

Tints of Scarlet Gum #562365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.77%

 BLUE value IS 101 (39.84% from 255) = 45.5%

R = 38.74%
G = 15.77%
B = 45.5%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#562365 (or 0x562365) is known color: Scarlet Gum. HEX triplet: 56, 23 and 65. RGB value is (86,35,101). Sum of RGB (Red+Green+Blue) = 86+35+101=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #562365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562365 is #A9DC9A. Grayscale: #393939. Windows color (decimal): -11132059 or 6628182. OLE color: 6628182.

HSL color Cylindrical-coordinate representation of color #562365: hue angle of 286.36º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #562365 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 35 101 -
CMYK 0.15 0.65 0 0.60
HSL 286.36º 0.49% 0.27% -
HSV(B) 286.36º 0.65% 0.4% -
XYZ 6.79 4.12 12.75 -
YUV 57.77 152.4 148.13 -
System Red Green Blue C M Y K H S L
Decimal 86 35 101 0.15 0.65 0 0.60 286.36 0.49 0.27
Hex 56 23 65 F 41 0 3C 11E 31 1B
Octal 126 43 145 17 101 0 74 436 61 33
Binary 1010110 100011 1100101 1111 1000001 0 111100 100011110 110001 11011

Color Harmonies of #562365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562365

Black with #562365

Text Example


Text Example

White with #562365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562365; }

 p { color: rgb(86,35,101); }

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

background-color css

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

 a { background-color: rgb(86,35,101); }

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

border-color css

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

 span { border-color: rgb(86,35,101); }

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