#451D5E

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

Shades of Scarlet Gum #451D5E

Tints of Scarlet Gum #451D5E

Color information

#451D5E (or 0x451D5E) is unknown color: approx Scarlet Gum. HEX triplet: 45, 1D and 5E. RGB value is (69,29,94). Sum of RGB (Red+Green+Blue) = 69+29+94=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 94 - color contains mainly: blue. Hex color #451D5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451D5E is #BAE2A1. Grayscale: #303030. Windows color (decimal): -12247714 or 6167877. OLE color: 6167877.

HSL color Cylindrical-coordinate representation of color #451D5E: hue angle of 276.92º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #451D5E is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB692994-
CMYK0.270.6900.63
HSL276.92º52.85%24.12%-
HSV(B)276.92º69.15%36.86%-
XYZ4.912.9510.9-
YUV48.37153.75142.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.94%
GREEN value IS 29 (11.72% from 255) = 15.10%
BLUE value IS 94 (37.11% from 255) = 48.96%
R=35.94%
G=15.10%
B=48.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6929940.270.6900.63276.9252.8524.12
Hex451D5E1B4503F1153518
Octal10535136331050774256530
Binary1000101111011011110110111000101011111110001010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,29,94); }

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

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

 a { background-color: rgb(69,29,94); }

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

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

 span { border-color: rgb(69,29,94); }

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