#452753

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

Shades of Scarlet Gum #452753

Tints of Scarlet Gum #452753

Color information

#452753 (or 0x452753) is unknown color: approx Scarlet Gum. HEX triplet: 45, 27 and 53. RGB value is (69,39,83). Sum of RGB (Red+Green+Blue) = 69+39+83=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #452753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452753 is #BAD8AC. Grayscale: #343434. Windows color (decimal): -12245165 or 5449541. OLE color: 5449541.

HSL color Cylindrical-coordinate representation of color #452753: hue angle of 280.91º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #452753 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB693983-
CMYK0.170.5300.67
HSL280.91º36.07%23.92%-
HSV(B)280.91º53.01%32.55%-
XYZ4.743.348.58-
YUV52.99144.94139.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.13%
GREEN value IS 39 (15.62% from 255) = 20.42%
BLUE value IS 83 (32.81% from 255) = 43.46%
R=36.13%
G=20.42%
B=43.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6939830.170.5300.67280.9136.0723.92
Hex45275311350431192418
Octal10547123216501034314430
Binary10001011001111010011100011101010100001110001100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452753; }

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

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

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

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

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

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

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

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