#452061

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

Shades of Scarlet Gum #452061

Tints of Scarlet Gum #452061

Color information

#452061 (or 0x452061) is unknown color: approx Scarlet Gum. HEX triplet: 45, 20 and 61. RGB value is (69,32,97). Sum of RGB (Red+Green+Blue) = 69+32+97=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #452061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452061 is #BADF9E. Grayscale: #323232. Windows color (decimal): -12246943 or 6365253. OLE color: 6365253.

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

Color convert

RGB693297-
CMYK0.290.6700.62
HSL274.15º50.39%25.29%-
HSV(B)274.15º67.01%38.04%-
XYZ5.133.1611.65-
YUV50.47154.26141.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.85%
GREEN value IS 32 (12.89% from 255) = 16.16%
BLUE value IS 97 (38.28% from 255) = 48.99%
R=34.85%
G=16.16%
B=48.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6932970.290.6700.62274.1550.3925.29
Hex4520611D4303E1123219
Octal10540141351030764226231
Binary10001011000001100001111011000011011111010001001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452061; }

 p { color: rgb(69,32,97); }

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

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

 a { background-color: rgb(69,32,97); }

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

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

 span { border-color: rgb(69,32,97); }

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