#452A50

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

Shades of Scarlet Gum #452A50

Tints of Scarlet Gum #452A50

Color information

#452A50 (or 0x452A50) is unknown color: approx Scarlet Gum. HEX triplet: 45, 2A and 50. RGB value is (69,42,80). Sum of RGB (Red+Green+Blue) = 69+42+80=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #452A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452A50 is #BAD5AF. Grayscale: #363636. Windows color (decimal): -12244400 or 5253701. OLE color: 5253701.

HSL color Cylindrical-coordinate representation of color #452A50: hue angle of 282.63º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #452A50 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB694280-
CMYK0.140.4800.69
HSL282.63º31.15%23.92%-
HSV(B)282.63º47.5%31.37%-
XYZ4.733.58.02-
YUV54.4142.45138.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.13%
GREEN value IS 42 (16.80% from 255) = 21.99%
BLUE value IS 80 (31.64% from 255) = 41.88%
R=36.13%
G=21.99%
B=41.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6942800.140.4800.69282.6331.1523.92
Hex452A50E3004511b1f18
Octal10552120166001054333730
Binary100010110101010100001110110000010001011000110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,42,80); }

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

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

 a { background-color: rgb(69,42,80); }

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

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

 span { border-color: rgb(69,42,80); }

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