#45254E

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

Shades of Scarlet Gum #45254E

Tints of Scarlet Gum #45254E

Color information

#45254E (or 0x45254E) is unknown color: approx Scarlet Gum. HEX triplet: 45, 25 and 4E. RGB value is (69,37,78). Sum of RGB (Red+Green+Blue) = 69+37+78=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 78 - color contains mainly: blue. Hex color #45254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45254E is #BADAB1. Grayscale: #333333. Windows color (decimal): -12245682 or 5121349. OLE color: 5121349.

HSL color Cylindrical-coordinate representation of color #45254E: hue angle of 286.83º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #45254E is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB693778-
CMYK0.120.5300.69
HSL286.83º35.65%22.55%-
HSV(B)286.83º52.56%30.59%-
XYZ4.493.147.58-
YUV51.24143.1140.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.5%
GREEN value IS 37 (14.84% from 255) = 20.11%
BLUE value IS 78 (30.86% from 255) = 42.39%
R=37.5%
G=20.11%
B=42.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6937780.120.5300.69286.8335.6522.55
Hex45254EC3504511f2417
Octal10545116146501054374427
Binary1000101100101100111011001101010100010110001111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45254E; }

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

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

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

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

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

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

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

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