#451C5B

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

Shades of Scarlet Gum #451C5B

Tints of Scarlet Gum #451C5B

Color information

#451C5B (or 0x451C5B) is unknown color: approx Scarlet Gum. HEX triplet: 45, 1C and 5B. RGB value is (69,28,91). Sum of RGB (Red+Green+Blue) = 69+28+91=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #451C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451C5B is #BAE3A4. Grayscale: #2F2F2F. Windows color (decimal): -12247973 or 5971013. OLE color: 5971013.

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

Color convert

RGB692891-
CMYK0.240.6900.64
HSL279.05º52.94%23.33%-
HSV(B)279.05º69.23%35.69%-
XYZ4.762.8510.2-
YUV47.44152.58143.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.70%
GREEN value IS 28 (11.33% from 255) = 14.89%
BLUE value IS 91 (35.94% from 255) = 48.40%
R=36.70%
G=14.89%
B=48.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6928910.240.6900.64279.0552.9423.33
Hex451C5B18450401173517
Octal105341333010501004276527
Binary10001011110010110111100010001010100000010001011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,28,91); }

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

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

 a { background-color: rgb(69,28,91); }

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

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

 span { border-color: rgb(69,28,91); }

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