#451D5F

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

Shades of Scarlet Gum #451D5F

Tints of Scarlet Gum #451D5F

Color information

#451D5F (or 0x451D5F) is unknown color: approx Scarlet Gum. HEX triplet: 45, 1D and 5F. RGB value is (69,29,95). Sum of RGB (Red+Green+Blue) = 69+29+95=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #451D5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451D5F is #BAE2A0. Grayscale: #303030. Windows color (decimal): -12247713 or 6233413. OLE color: 6233413.

HSL color Cylindrical-coordinate representation of color #451D5F: hue angle of 276.36º 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 #451D5F is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB692995-
CMYK0.270.6900.63
HSL276.36º53.23%24.31%-
HSV(B)276.36º69.47%37.25%-
XYZ4.962.9711.14-
YUV48.48154.25142.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.75%
GREEN value IS 29 (11.72% from 255) = 15.03%
BLUE value IS 95 (37.5% from 255) = 49.22%
R=35.75%
G=15.03%
B=49.22%

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
Decimal6929950.270.6900.63276.3653.2324.31
Hex451D5F1B4503F1143518
Octal10535137331050774246530
Binary1000101111011011111110111000101011111110001010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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