Html Css Color HEX #51285E Scarlet Gum

📋 copy color: '#51285E'

red 81 ◦ green 40 ◦ blue 94

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

Shades of Scarlet Gum #51285E

Tints of Scarlet Gum #51285E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.6%

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

R = 37.67%
G = 18.6%
B = 43.72%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#51285E (or 0x51285E) is known color: Scarlet Gum. HEX triplet: 51, 28 and 5E. RGB value is (81,40,94). Sum of RGB (Red+Green+Blue) = 81+40+94=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 94 - color contains mainly: blue. Hex color #51285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51285E is #AED7A1. Grayscale: #3A3A3A. Windows color (decimal): -11458466 or 6170705. OLE color: 6170705.

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

Color convert

RGB 81 40 94 -
CMYK 0.14 0.57 0 0.63
HSL 285.56º 0.4% 0.26% -
HSV(B) 285.56º 0.57% 0.37% -
XYZ 6.17 4.08 11.05 -
YUV 58.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 81 40 94 0.14 0.57 0 0.63 285.56 0.4 0.26
Hex 51 28 5E E 39 0 3F 11E 28 1A
Octal 121 50 136 16 71 0 77 436 50 32
Binary 1010001 101000 1011110 1110 111001 0 111111 100011110 101000 11010

Color Harmonies of #51285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51285E

Black with #51285E

Text Example


Text Example

White with #51285E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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