#452160

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

Shades of Scarlet Gum #452160

Tints of Scarlet Gum #452160

Color information

#452160 (or 0x452160) is unknown color: approx Scarlet Gum. HEX triplet: 45, 21 and 60. RGB value is (69,33,96). Sum of RGB (Red+Green+Blue) = 69+33+96=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #452160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452160 is #BADE9F. Grayscale: #323232. Windows color (decimal): -12246688 or 6299973. OLE color: 6299973.

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

Color convert

RGB693396-
CMYK0.280.6600.62
HSL274.29º48.84%25.29%-
HSV(B)274.29º65.62%37.65%-
XYZ5.113.211.41-
YUV50.95153.43140.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.85%
GREEN value IS 33 (13.28% from 255) = 16.67%
BLUE value IS 96 (37.89% from 255) = 48.48%
R=34.85%
G=16.67%
B=48.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6933960.280.6600.62274.2948.8425.29
Hex4521601C4203E1123119
Octal10541140341020764226131
Binary10001011000011100000111001000010011111010001001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452160; }

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

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

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

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

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

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

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

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