Html Css Color HEX #51315D Scarlet Gum

📋 copy color: '#51315D'

red 81 ◦ green 49 ◦ blue 93

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

Shades of Scarlet Gum #51315D

Tints of Scarlet Gum #51315D

RGB

 RED value IS 81 (32.03% from 255) = 36.32%

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

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

R = 36.32%
G = 21.97%
B = 41.7%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#51315D (or 0x51315D) is known color: Scarlet Gum. HEX triplet: 51, 31 and 5D. RGB value is (81,49,93). Sum of RGB (Red+Green+Blue) = 81+49+93=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #51315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51315D is #AECEA2. Grayscale: #3F3F3F. Windows color (decimal): -11456163 or 6107473. OLE color: 6107473.

HSL color Cylindrical-coordinate representation of color #51315D: hue angle of 283.64º 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 #51315D is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 49 93 -
CMYK 0.13 0.47 0 0.64
HSL 283.64º 0.31% 0.28% -
HSV(B) 283.64º 0.47% 0.36% -
XYZ 6.47 4.74 10.93 -
YUV 63.58 144.6 140.42 -
System Red Green Blue C M Y K H S L
Decimal 81 49 93 0.13 0.47 0 0.64 283.64 0.31 0.28
Hex 51 31 5D D 2F 0 40 11C 1F 1C
Octal 121 61 135 15 57 0 100 434 37 34
Binary 1010001 110001 1011101 1101 101111 0 1000000 100011100 11111 11100

Color Harmonies of #51315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51315D

Black with #51315D

Text Example


Text Example

White with #51315D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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