#452A5A

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

Shades of Scarlet Gum #452A5A

Tints of Scarlet Gum #452A5A

Color information

#452A5A (or 0x452A5A) is unknown color: approx Scarlet Gum. HEX triplet: 45, 2A and 5A. RGB value is (69,42,90). Sum of RGB (Red+Green+Blue) = 69+42+90=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #452A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452A5A is #BAD5A5. Grayscale: #373737. Windows color (decimal): -12244390 or 5909061. OLE color: 5909061.

HSL color Cylindrical-coordinate representation of color #452A5A: hue angle of 273.75º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #452A5A is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB694290-
CMYK0.230.5300.65
HSL273.75º36.36%25.88%-
HSV(B)273.75º53.33%35.29%-
XYZ5.133.6610.11-
YUV55.54147.45137.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.33%
GREEN value IS 42 (16.80% from 255) = 20.90%
BLUE value IS 90 (35.55% from 255) = 44.78%
R=34.33%
G=20.90%
B=44.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6942900.230.5300.65273.7536.3625.88
Hex452A5A1735041112241a
Octal10552132276501014224432
Binary10001011010101011010101111101010100000110001001010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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