Html Css Color HEX #51315E Scarlet Gum

📋 copy color: '#51315E'

red 81 ◦ green 49 ◦ blue 94

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

Shades of Scarlet Gum #51315E

Tints of Scarlet Gum #51315E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.96%

R = 36.16%
G = 21.88%
B = 41.96%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#51315E (or 0x51315E) is known color: Scarlet Gum. HEX triplet: 51, 31 and 5E. RGB value is (81,49,94). Sum of RGB (Red+Green+Blue) = 81+49+94=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 94 - color contains mainly: blue. Hex color #51315E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51315E is #AECEA1. Grayscale: #3F3F3F. Windows color (decimal): -11456162 or 6173009. OLE color: 6173009.

HSL color Cylindrical-coordinate representation of color #51315E: hue angle of 282.67º degrees, saturation: 0.31, 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 #51315E is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 49 94 -
CMYK 0.14 0.48 0 0.63
HSL 282.67º 0.31% 0.28% -
HSV(B) 282.67º 0.48% 0.37% -
XYZ 6.51 4.75 11.16 -
YUV 63.7 145.1 140.34 -
System Red Green Blue C M Y K H S L
Decimal 81 49 94 0.14 0.48 0 0.63 282.67 0.31 0.28
Hex 51 31 5E E 30 0 3F 11B 1F 1C
Octal 121 61 136 16 60 0 77 433 37 34
Binary 1010001 110001 1011110 1110 110000 0 111111 100011011 11111 11100

Color Harmonies of #51315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51315E

Black with #51315E

Text Example


Text Example

White with #51315E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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