#452660

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

Shades of Scarlet Gum #452660

Tints of Scarlet Gum #452660

Color information

#452660 (or 0x452660) is unknown color: approx Scarlet Gum. HEX triplet: 45, 26 and 60. RGB value is (69,38,96). Sum of RGB (Red+Green+Blue) = 69+38+96=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #452660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452660 is #BAD99F. Grayscale: #353535. Windows color (decimal): -12245408 or 6301253. OLE color: 6301253.

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

Color convert

RGB693896-
CMYK0.280.6000.62
HSL272.07º43.28%26.27%-
HSV(B)272.07º60.42%37.65%-
XYZ5.263.511.46-
YUV53.88151.77138.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.99%
GREEN value IS 38 (15.23% from 255) = 18.72%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=33.99%
G=18.72%
B=47.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6938960.280.6000.62272.0743.2826.27
Hex4526601C3C03E1102b1a
Octal1054614034740764205332
Binary1000101100110110000011100111100011111010001000010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452660; }

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

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

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

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

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

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

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

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