#51355E

Color #51355E Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #51355E

Tints of Scarlet Gum #51355E

Color information

#51355E (or 0x51355E) is unknown color: approx Scarlet Gum. HEX triplet: 51, 35 and 5E. RGB value is (81,53,94). Sum of RGB (Red+Green+Blue) = 81+53+94=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 94 - color contains mainly: blue. Hex color #51355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51355E is #AECAA1. Grayscale: #414141. Windows color (decimal): -11455138 or 6174033. OLE color: 6174033.

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

Color convert

RGB815394-
CMYK0.140.4400.63
HSL280.98º27.89%28.82%-
HSV(B)280.98º43.62%36.86%-
XYZ6.695.111.22-
YUV66.05143.78138.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.53%
GREEN value IS 53 (21.09% from 255) = 23.25%
BLUE value IS 94 (37.11% from 255) = 41.23%
R=35.53%
G=23.25%
B=41.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8153940.140.4400.63280.9827.8928.82
Hex51355EE2C03F1191c1d
Octal1216513616540774313435
Binary10100011101011011110111010110001111111000110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #51355E;
 }
 .AnyTagClassName
 {
   color: #51355E;
 }
</style>
background-color css

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

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

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

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

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

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