#452953

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

Shades of Scarlet Gum #452953

Tints of Scarlet Gum #452953

Color information

#452953 (or 0x452953) is unknown color: approx Scarlet Gum. HEX triplet: 45, 29 and 53. RGB value is (69,41,83). Sum of RGB (Red+Green+Blue) = 69+41+83=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 83 - color contains mainly: blue. Hex color #452953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452953 is #BAD6AC. Grayscale: #363636. Windows color (decimal): -12244653 or 5450053. OLE color: 5450053.

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

Color convert

RGB694183-
CMYK0.170.5100.67
HSL280º33.87%24.31%-
HSV(B)280º50.6%32.55%-
XYZ4.813.488.6-
YUV54.16144.28138.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.75%
GREEN value IS 41 (16.41% from 255) = 21.24%
BLUE value IS 83 (32.81% from 255) = 43.01%
R=35.75%
G=21.24%
B=43.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6941830.170.5100.6728033.8724.31
Hex45295311330431182218
Octal10551123216301034304230
Binary10001011010011010011100011100110100001110001100010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452953; }

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

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

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

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

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

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

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

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