#452D59

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

Shades of Scarlet Gum #452D59

Tints of Scarlet Gum #452D59

Color information

#452D59 (or 0x452D59) is unknown color: approx Scarlet Gum. HEX triplet: 45, 2D and 59. RGB value is (69,45,89). Sum of RGB (Red+Green+Blue) = 69+45+89=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #452D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452D59 is #BAD2A6. Grayscale: #393939. Windows color (decimal): -12243623 or 5844293. OLE color: 5844293.

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

Color convert

RGB694589-
CMYK0.220.4900.65
HSL272.73º32.84%26.27%-
HSV(B)272.73º49.44%34.9%-
XYZ5.23.869.92-
YUV57.19145.95136.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.99%
GREEN value IS 45 (17.97% from 255) = 22.17%
BLUE value IS 89 (35.16% from 255) = 43.84%
R=33.99%
G=22.17%
B=43.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6945890.220.4900.65272.7332.8426.27
Hex452D591631041111211a
Octal10555131266101014214132
Binary10001011011011011001101101100010100000110001000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,45,89); }

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

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

 a { background-color: rgb(69,45,89); }

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

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

 span { border-color: rgb(69,45,89); }

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