#452561

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

Shades of Scarlet Gum #452561

Tints of Scarlet Gum #452561

Color information

#452561 (or 0x452561) is unknown color: approx Scarlet Gum. HEX triplet: 45, 25 and 61. RGB value is (69,37,97). Sum of RGB (Red+Green+Blue) = 69+37+97=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #452561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452561 is #BADA9E. Grayscale: #353535. Windows color (decimal): -12245663 or 6366533. OLE color: 6366533.

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

Color convert

RGB693797-
CMYK0.290.6200.62
HSL272º44.78%26.27%-
HSV(B)272º61.86%38.04%-
XYZ5.273.4511.7-
YUV53.41152.6139.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.99%
GREEN value IS 37 (14.84% from 255) = 18.23%
BLUE value IS 97 (38.28% from 255) = 47.78%
R=33.99%
G=18.23%
B=47.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6937970.290.6200.6227244.7826.27
Hex4525611D3E03E1102d1a
Octal1054514135760764205532
Binary1000101100101110000111101111110011111010001000010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452561; }

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

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

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

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

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

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

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

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