#451359

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

Shades of Scarlet Gum #451359

Tints of Scarlet Gum #451359

Color information

#451359 (or 0x451359) is unknown color: approx Scarlet Gum. HEX triplet: 45, 13 and 59. RGB value is (69,19,89). Sum of RGB (Red+Green+Blue) = 69+19+89=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #451359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451359 is #BAECA6. Grayscale: #292929. Windows color (decimal): -12250279 or 5837637. OLE color: 5837637.

HSL color Cylindrical-coordinate representation of color #451359: hue angle of 282.86º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #451359 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB691989-
CMYK0.220.7900.65
HSL282.86º64.81%21.18%-
HSV(B)282.86º78.65%34.9%-
XYZ4.492.459.69-
YUV41.93154.56147.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.98%
GREEN value IS 19 (7.81% from 255) = 10.73%
BLUE value IS 89 (35.16% from 255) = 50.28%
R=38.98%
G=10.73%
B=50.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6919890.220.7900.65282.8664.8121.18
Hex451359164F04111b4115
Octal1052313126117010143310125
Binary100010110011101100110110100111101000001100011011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451359; }

 p { color: rgb(69,19,89); }

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

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

 a { background-color: rgb(69,19,89); }

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

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

 span { border-color: rgb(69,19,89); }

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