#51375C

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

Shades of Scarlet Gum #51375C

Tints of Scarlet Gum #51375C

Color information

#51375C (or 0x51375C) is unknown color: approx Scarlet Gum. HEX triplet: 51, 37 and 5C. RGB value is (81,55,92). Sum of RGB (Red+Green+Blue) = 81+55+92=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 92 - color contains mainly: blue. Hex color #51375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51375C is #AEC8A3. Grayscale: #424242. Windows color (decimal): -11454628 or 6043473. OLE color: 6043473.

HSL color Cylindrical-coordinate representation of color #51375C: hue angle of 282.16º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #51375C is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB815592-
CMYK0.120.4000.64
HSL282.16º25.17%28.82%-
HSV(B)282.16º40.22%36.08%-
XYZ6.695.2510.79-
YUV66.99142.11137.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.53%
GREEN value IS 55 (21.88% from 255) = 24.12%
BLUE value IS 92 (36.33% from 255) = 40.35%
R=35.53%
G=24.12%
B=40.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8155920.120.4000.64282.1625.1728.82
Hex51375CC2804011a191d
Octal12167134145001004323135
Binary101000111011110111001100101000010000001000110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51375C; }

 p { color: rgb(81,55,92); }

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

<style>
 a { background-color: #51375C; }

 a { background-color: rgb(81,55,92); }

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

<style>
 span { border-color: #51375C; }

 span { border-color: rgb(81,55,92); }

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