#451B5D

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

Shades of Scarlet Gum #451B5D

Tints of Scarlet Gum #451B5D

Color information

#451B5D (or 0x451B5D) is unknown color: approx Scarlet Gum. HEX triplet: 45, 1B and 5D. RGB value is (69,27,93). Sum of RGB (Red+Green+Blue) = 69+27+93=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #451B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451B5D is #BAE4A2. Grayscale: #2E2E2E. Windows color (decimal): -12248227 or 6101829. OLE color: 6101829.

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

Color convert

RGB692793-
CMYK0.260.7100.64
HSL278.18º55%23.53%-
HSV(B)278.18º70.97%36.47%-
XYZ4.822.8410.65-
YUV47.08153.91143.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.51%
GREEN value IS 27 (10.94% from 255) = 14.29%
BLUE value IS 93 (36.72% from 255) = 49.21%
R=36.51%
G=14.29%
B=49.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6927930.260.7100.64278.185523.53
Hex451B5D1A470401163718
Octal105331353210701004266730
Binary10001011101110111011101010001110100000010001011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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