Html Css Color HEX #53315F Scarlet Gum

📋 copy color: '#53315F'

red 83 ◦ green 49 ◦ blue 95

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

Shades of Scarlet Gum #53315F

Tints of Scarlet Gum #53315F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.85%

R = 36.56%
G = 21.59%
B = 41.85%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#53315F (or 0x53315F) is known color: Scarlet Gum. HEX triplet: 53, 31 and 5F. RGB value is (83,49,95). Sum of RGB (Red+Green+Blue) = 83+49+95=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 95 - color contains mainly: blue. Hex color #53315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53315F is #ACCEA0. Grayscale: #404040. Windows color (decimal): -11325089 or 6238547. OLE color: 6238547.

HSL color Cylindrical-coordinate representation of color #53315F: hue angle of 284.35º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53315F is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 49 95 -
CMYK 0.13 0.48 0 0.63
HSL 284.35º 0.32% 0.28% -
HSV(B) 284.35º 0.48% 0.37% -
XYZ 6.73 4.86 11.41 -
YUV 64.41 145.26 141.26 -
System Red Green Blue C M Y K H S L
Decimal 83 49 95 0.13 0.48 0 0.63 284.35 0.32 0.28
Hex 53 31 5F D 30 0 3F 11C 20 1C
Octal 123 61 137 15 60 0 77 434 40 34
Binary 1010011 110001 1011111 1101 110000 0 111111 100011100 100000 11100

Color Harmonies of #53315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53315F

Black with #53315F

Text Example


Text Example

White with #53315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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