Html Css Color HEX #531665 Scarlet Gum

📋 copy color: '#531665'

red 83 ◦ green 22 ◦ blue 101

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

Shades of Scarlet Gum #531665

Tints of Scarlet Gum #531665

RGB

 RED value IS 83 (32.81% from 255) = 40.29%

 GREEN value IS 22 (8.98% from 255) = 10.68%

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

R = 40.29%
G = 10.68%
B = 49.03%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#531665 (or 0x531665) is known color: Scarlet Gum. HEX triplet: 53, 16 and 65. RGB value is (83,22,101). Sum of RGB (Red+Green+Blue) = 83+22+101=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #531665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531665 is #ACE99A. Grayscale: #303030. Windows color (decimal): -11331995 or 6624851. OLE color: 6624851.

HSL color Cylindrical-coordinate representation of color #531665: hue angle of 286.33º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #531665 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 22 101 -
CMYK 0.18 0.78 0 0.60
HSL 286.33º 0.64% 0.24% -
HSV(B) 286.33º 0.78% 0.4% -
XYZ 6.2 3.35 12.63 -
YUV 49.25 157.21 152.08 -
System Red Green Blue C M Y K H S L
Decimal 83 22 101 0.18 0.78 0 0.60 286.33 0.64 0.24
Hex 53 16 65 12 4E 0 3C 11E 40 18
Octal 123 26 145 22 116 0 74 436 100 30
Binary 1010011 10110 1100101 10010 1001110 0 111100 100011110 1000000 11000

Color Harmonies of #531665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531665

Black with #531665

Text Example


Text Example

White with #531665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531665; }

 p { color: rgb(83,22,101); }

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

background-color css

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

 a { background-color: rgb(83,22,101); }

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

border-color css

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

 span { border-color: rgb(83,22,101); }

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