#452C57

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

Shades of Scarlet Gum #452C57

Tints of Scarlet Gum #452C57

Color information

#452C57 (or 0x452C57) is unknown color: approx Scarlet Gum. HEX triplet: 45, 2C and 57. RGB value is (69,44,87). Sum of RGB (Red+Green+Blue) = 69+44+87=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #452C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452C57 is #BAD3A8. Grayscale: #383838. Windows color (decimal): -12243881 or 5712965. OLE color: 5712965.

HSL color Cylindrical-coordinate representation of color #452C57: hue angle of 274.88º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #452C57 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB694487-
CMYK0.210.4900.66
HSL274.88º32.82%25.69%-
HSV(B)274.88º49.43%34.12%-
XYZ5.083.759.47-
YUV56.38145.28137-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.5%
GREEN value IS 44 (17.58% from 255) = 22%
BLUE value IS 87 (34.38% from 255) = 43.5%
R=34.5%
G=22%
B=43.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6944870.210.4900.66274.8832.8225.69
Hex452C571531042113211a
Octal10554127256101024234132
Binary10001011011001010111101011100010100001010001001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452C57; }

 p { color: rgb(69,44,87); }

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

<style>
 a { background-color: #452C57; }

 a { background-color: rgb(69,44,87); }

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

<style>
 span { border-color: #452C57; }

 span { border-color: rgb(69,44,87); }

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