Html Css Color HEX #531565 Scarlet Gum

📋 copy color: '#531565'

red 83 ◦ green 21 ◦ blue 101

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

Shades of Scarlet Gum #531565

Tints of Scarlet Gum #531565

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.24%

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

R = 40.49%
G = 10.24%
B = 49.27%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#531565 (or 0x531565) is known color: Scarlet Gum. HEX triplet: 53, 15 and 65. RGB value is (83,21,101). Sum of RGB (Red+Green+Blue) = 83+21+101=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #531565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531565 is #ACEA9A. Grayscale: #303030. Windows color (decimal): -11332251 or 6624595. OLE color: 6624595.

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

Color convert

RGB 83 21 101 -
CMYK 0.18 0.79 0 0.60
HSL 286.5º 0.66% 0.24% -
HSV(B) 286.5º 0.79% 0.4% -
XYZ 6.18 3.31 12.63 -
YUV 48.66 157.54 152.5 -
System Red Green Blue C M Y K H S L
Decimal 83 21 101 0.18 0.79 0 0.60 286.5 0.66 0.24
Hex 53 15 65 12 4F 0 3C 11E 42 18
Octal 123 25 145 22 117 0 74 436 102 30
Binary 1010011 10101 1100101 10010 1001111 0 111100 100011110 1000010 11000

Color Harmonies of #531565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531565

Black with #531565

Text Example


Text Example

White with #531565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531565; }

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

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

background-color css

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

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

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

border-color css

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

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

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