Html Css Color HEX #53315D Scarlet Gum

📋 copy color: '#53315D'

red 83 ◦ green 49 ◦ blue 93

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

Shades of Scarlet Gum #53315D

Tints of Scarlet Gum #53315D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.78%

 BLUE value IS 93 (36.72% from 255) = 41.33%

R = 36.89%
G = 21.78%
B = 41.33%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53315D (or 0x53315D) is known color: Scarlet Gum. HEX triplet: 53, 31 and 5D. RGB value is (83,49,93). Sum of RGB (Red+Green+Blue) = 83+49+93=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #53315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53315D is #ACCEA2. Grayscale: #404040. Windows color (decimal): -11325091 or 6107475. OLE color: 6107475.

HSL color Cylindrical-coordinate representation of color #53315D: hue angle of 286.36º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53315D is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 49 93 -
CMYK 0.11 0.47 0 0.64
HSL 286.36º 0.31% 0.28% -
HSV(B) 286.36º 0.47% 0.36% -
XYZ 6.64 4.83 10.94 -
YUV 64.18 144.26 141.42 -
System Red Green Blue C M Y K H S L
Decimal 83 49 93 0.11 0.47 0 0.64 286.36 0.31 0.28
Hex 53 31 5D B 2F 0 40 11E 1F 1C
Octal 123 61 135 13 57 0 100 436 37 34
Binary 1010011 110001 1011101 1011 101111 0 1000000 100011110 11111 11100

Color Harmonies of #53315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53315D

Black with #53315D

Text Example


Text Example

White with #53315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53315D; }

 p { color: rgb(83,49,93); }

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

background-color css

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

 a { background-color: rgb(83,49,93); }

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

border-color css

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

 span { border-color: rgb(83,49,93); }

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