Html Css Color HEX #51205E Scarlet Gum

📋 copy color: '#51205E'

red 81 ◦ green 32 ◦ blue 94

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

Shades of Scarlet Gum #51205E

Tints of Scarlet Gum #51205E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.46%

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

R = 39.13%
G = 15.46%
B = 45.41%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#51205E (or 0x51205E) is known color: Scarlet Gum. HEX triplet: 51, 20 and 5E. RGB value is (81,32,94). Sum of RGB (Red+Green+Blue) = 81+32+94=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #51205E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51205E is #AEDFA1. Grayscale: #353535. Windows color (decimal): -11460514 or 6168657. OLE color: 6168657.

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

Color convert

RGB 81 32 94 -
CMYK 0.14 0.66 0 0.63
HSL 287.42º 0.49% 0.25% -
HSV(B) 287.42º 0.66% 0.37% -
XYZ 5.93 3.59 10.97 -
YUV 53.72 150.73 147.46 -
System Red Green Blue C M Y K H S L
Decimal 81 32 94 0.14 0.66 0 0.63 287.42 0.49 0.25
Hex 51 20 5E E 42 0 3F 11F 31 19
Octal 121 40 136 16 102 0 77 437 61 31
Binary 1010001 100000 1011110 1110 1000010 0 111111 100011111 110001 11001

Color Harmonies of #51205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51205E

Black with #51205E

Text Example


Text Example

White with #51205E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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