#452560

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

Shades of Scarlet Gum #452560

Tints of Scarlet Gum #452560

Color information

#452560 (or 0x452560) is unknown color: approx Scarlet Gum. HEX triplet: 45, 25 and 60. RGB value is (69,37,96). Sum of RGB (Red+Green+Blue) = 69+37+96=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #452560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452560 is #BADA9F. Grayscale: #353535. Windows color (decimal): -12245664 or 6300997. OLE color: 6300997.

HSL color Cylindrical-coordinate representation of color #452560: hue angle of 272.54º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #452560 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB693796-
CMYK0.280.6100.62
HSL272.54º44.36%26.08%-
HSV(B)272.54º61.46%37.65%-
XYZ5.233.4311.45-
YUV53.29152.1139.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.16%
GREEN value IS 37 (14.84% from 255) = 18.32%
BLUE value IS 96 (37.89% from 255) = 47.52%
R=34.16%
G=18.32%
B=47.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6937960.280.6100.62272.5444.3626.08
Hex4525601C3D03E1112c1a
Octal1054514034750764215432
Binary1000101100101110000011100111101011111010001000110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452560; }

 p { color: rgb(69,37,96); }

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

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

 a { background-color: rgb(69,37,96); }

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

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

 span { border-color: rgb(69,37,96); }

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