#452D58

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

Shades of Scarlet Gum #452D58

Tints of Scarlet Gum #452D58

Color information

#452D58 (or 0x452D58) is unknown color: approx Scarlet Gum. HEX triplet: 45, 2D and 58. RGB value is (69,45,88). Sum of RGB (Red+Green+Blue) = 69+45+88=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 88 - color contains mainly: blue. Hex color #452D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452D58 is #BAD2A7. Grayscale: #383838. Windows color (decimal): -12243624 or 5778757. OLE color: 5778757.

HSL color Cylindrical-coordinate representation of color #452D58: hue angle of 273.49º degrees, saturation: 0.32, 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 #452D58 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB694588-
CMYK0.220.4900.65
HSL273.49º32.33%26.08%-
HSV(B)273.49º48.86%34.51%-
XYZ5.153.859.7-
YUV57.08145.45136.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.16%
GREEN value IS 45 (17.97% from 255) = 22.28%
BLUE value IS 88 (34.77% from 255) = 43.56%
R=34.16%
G=22.28%
B=43.56%

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
Decimal6945880.220.4900.65273.4932.3326.08
Hex452D581631041111201a
Octal10555130266101014214032
Binary10001011011011011000101101100010100000110001000110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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