#451E56

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

Shades of Scarlet Gum #451E56

Tints of Scarlet Gum #451E56

Color information

#451E56 (or 0x451E56) is unknown color: approx Scarlet Gum. HEX triplet: 45, 1E and 56. RGB value is (69,30,86). Sum of RGB (Red+Green+Blue) = 69+30+86=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #451E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451E56 is #BAE1A9. Grayscale: #2F2F2F. Windows color (decimal): -12247466 or 5643845. OLE color: 5643845.

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

Color convert

RGB693086-
CMYK0.200.6500.66
HSL281.79º48.28%22.75%-
HSV(B)281.79º65.12%33.73%-
XYZ4.62.879.11-
YUV48.04149.42142.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.30%
GREEN value IS 30 (12.11% from 255) = 16.22%
BLUE value IS 86 (33.98% from 255) = 46.49%
R=37.30%
G=16.22%
B=46.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6930860.200.6500.66281.7948.2822.75
Hex451E56144104211a3017
Octal105361262410101024326027
Binary10001011111010101101010010000010100001010001101011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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