#452D53

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

Shades of Scarlet Gum #452D53

Tints of Scarlet Gum #452D53

Color information

#452D53 (or 0x452D53) is unknown color: approx Scarlet Gum. HEX triplet: 45, 2D and 53. RGB value is (69,45,83). Sum of RGB (Red+Green+Blue) = 69+45+83=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #452D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452D53 is #BAD2AC. Grayscale: #383838. Windows color (decimal): -12243629 or 5451077. OLE color: 5451077.

HSL color Cylindrical-coordinate representation of color #452D53: hue angle of 277.89º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #452D53 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB694583-
CMYK0.170.4600.67
HSL277.89º29.69%25.1%-
HSV(B)277.89º45.78%32.55%-
XYZ4.953.778.65-
YUV56.51142.95136.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.03%
GREEN value IS 45 (17.97% from 255) = 22.84%
BLUE value IS 83 (32.81% from 255) = 42.13%
R=35.03%
G=22.84%
B=42.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6945830.170.4600.67277.8929.6925.1
Hex452D53112E0431161e19
Octal10555123215601034263631
Binary1000101101101101001110001101110010000111000101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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