Html Css Color HEX #562C65 Scarlet Gum

📋 copy color: '#562C65'

red 86 ◦ green 44 ◦ blue 101

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

Shades of Scarlet Gum #562C65

Tints of Scarlet Gum #562C65

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.05%

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

R = 37.23%
G = 19.05%
B = 43.72%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#562C65 (or 0x562C65) is known color: Scarlet Gum. HEX triplet: 56, 2C and 65. RGB value is (86,44,101). Sum of RGB (Red+Green+Blue) = 86+44+101=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #562C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562C65 is #A9D39A. Grayscale: #3E3E3E. Windows color (decimal): -11129755 or 6630486. OLE color: 6630486.

HSL color Cylindrical-coordinate representation of color #562C65: hue angle of 284.21º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #562C65 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 44 101 -
CMYK 0.15 0.56 0 0.60
HSL 284.21º 0.39% 0.28% -
HSV(B) 284.21º 0.56% 0.4% -
XYZ 7.09 4.72 12.85 -
YUV 63.06 149.41 144.37 -
System Red Green Blue C M Y K H S L
Decimal 86 44 101 0.15 0.56 0 0.60 284.21 0.39 0.28
Hex 56 2C 65 F 38 0 3C 11C 27 1C
Octal 126 54 145 17 70 0 74 434 47 34
Binary 1010110 101100 1100101 1111 111000 0 111100 100011100 100111 11100

Color Harmonies of #562C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562C65

Black with #562C65

Text Example


Text Example

White with #562C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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