#451F5D

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

Shades of Scarlet Gum #451F5D

Tints of Scarlet Gum #451F5D

Color information

#451F5D (or 0x451F5D) is unknown color: approx Scarlet Gum. HEX triplet: 45, 1F and 5D. RGB value is (69,31,93). Sum of RGB (Red+Green+Blue) = 69+31+93=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #451F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451F5D is #BAE0A2. Grayscale: #313131. Windows color (decimal): -12247203 or 6102853. OLE color: 6102853.

HSL color Cylindrical-coordinate representation of color #451F5D: hue angle of 276.77º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #451F5D is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB693193-
CMYK0.260.6700.64
HSL276.77º50%24.31%-
HSV(B)276.77º66.67%36.47%-
XYZ4.923.0410.68-
YUV49.43152.59141.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.75%
GREEN value IS 31 (12.5% from 255) = 16.06%
BLUE value IS 93 (36.72% from 255) = 48.19%
R=35.75%
G=16.06%
B=48.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6931930.260.6700.64276.775024.31
Hex451F5D1A430401153218
Octal105371353210301004256230
Binary10001011111110111011101010000110100000010001010111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,31,93); }

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

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

 a { background-color: rgb(69,31,93); }

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

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

 span { border-color: rgb(69,31,93); }

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