Html Css Color HEX #51215E Scarlet Gum

📋 copy color: '#51215E'

red 81 ◦ green 33 ◦ blue 94

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

Shades of Scarlet Gum #51215E

Tints of Scarlet Gum #51215E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.87%

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

R = 38.94%
G = 15.87%
B = 45.19%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#51215E (or 0x51215E) is known color: Scarlet Gum. HEX triplet: 51, 21 and 5E. RGB value is (81,33,94). Sum of RGB (Red+Green+Blue) = 81+33+94=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 94 - color contains mainly: blue. Hex color #51215E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51215E is #AEDEA1. Grayscale: #363636. Windows color (decimal): -11460258 or 6168913. OLE color: 6168913.

HSL color Cylindrical-coordinate representation of color #51215E: hue angle of 287.21º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51215E is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 33 94 -
CMYK 0.14 0.65 0 0.63
HSL 287.21º 0.48% 0.25% -
HSV(B) 287.21º 0.65% 0.37% -
XYZ 5.96 3.65 10.98 -
YUV 54.31 150.4 147.04 -
System Red Green Blue C M Y K H S L
Decimal 81 33 94 0.14 0.65 0 0.63 287.21 0.48 0.25
Hex 51 21 5E E 41 0 3F 11F 30 19
Octal 121 41 136 16 101 0 77 437 60 31
Binary 1010001 100001 1011110 1110 1000001 0 111111 100011111 110000 11001

Color Harmonies of #51215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51215E

Black with #51215E

Text Example


Text Example

White with #51215E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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