#451E55

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

Shades of Scarlet Gum #451E55

Tints of Scarlet Gum #451E55

Color information

#451E55 (or 0x451E55) is unknown color: approx Scarlet Gum. HEX triplet: 45, 1E and 55. RGB value is (69,30,85). Sum of RGB (Red+Green+Blue) = 69+30+85=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #451E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451E55 is #BAE1AA. Grayscale: #2F2F2F. Windows color (decimal): -12247467 or 5578309. OLE color: 5578309.

HSL color Cylindrical-coordinate representation of color #451E55: hue angle of 282.55º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #451E55 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB693085-
CMYK0.190.6500.67
HSL282.55º47.83%22.55%-
HSV(B)282.55º64.71%33.33%-
XYZ4.562.858.9-
YUV47.93148.92143.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.5%
GREEN value IS 30 (12.11% from 255) = 16.30%
BLUE value IS 85 (33.59% from 255) = 46.20%
R=37.5%
G=16.30%
B=46.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6930850.190.6500.67282.5547.8322.55
Hex451E55134104311b3017
Octal105361252310101034336027
Binary10001011111010101011001110000010100001110001101111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451E55; }

 p { color: rgb(69,30,85); }

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

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

 a { background-color: rgb(69,30,85); }

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

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

 span { border-color: rgb(69,30,85); }

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