#45245D

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

Shades of Scarlet Gum #45245D

Tints of Scarlet Gum #45245D

Color information

#45245D (or 0x45245D) is unknown color: approx Scarlet Gum. HEX triplet: 45, 24 and 5D. RGB value is (69,36,93). Sum of RGB (Red+Green+Blue) = 69+36+93=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #45245D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45245D is #BADBA2. Grayscale: #343434. Windows color (decimal): -12245923 or 6104133. OLE color: 6104133.

HSL color Cylindrical-coordinate representation of color #45245D: hue angle of 274.74º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45245D is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB693693-
CMYK0.260.6100.64
HSL274.74º44.19%25.29%-
HSV(B)274.74º61.29%36.47%-
XYZ5.063.3210.73-
YUV52.36150.93139.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.85%
GREEN value IS 36 (14.45% from 255) = 18.18%
BLUE value IS 93 (36.72% from 255) = 46.97%
R=34.85%
G=18.18%
B=46.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6936930.260.6100.64274.7444.1925.29
Hex45245D1A3D0401132c19
Octal10544135327501004235431
Binary10001011001001011101110101111010100000010001001110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45245D; }

 p { color: rgb(69,36,93); }

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

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

 a { background-color: rgb(69,36,93); }

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

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

 span { border-color: rgb(69,36,93); }

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