#45165B

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

Shades of Scarlet Gum #45165B

Tints of Scarlet Gum #45165B

Color information

#45165B (or 0x45165B) is unknown color: approx Scarlet Gum. HEX triplet: 45, 16 and 5B. RGB value is (69,22,91). Sum of RGB (Red+Green+Blue) = 69+22+91=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #45165B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45165B is #BAE9A4. Grayscale: #2B2B2B. Windows color (decimal): -12249509 or 5969477. OLE color: 5969477.

HSL color Cylindrical-coordinate representation of color #45165B: hue angle of 280.87º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #45165B is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB692291-
CMYK0.240.7600.64
HSL280.87º61.06%22.16%-
HSV(B)280.87º75.82%35.69%-
XYZ4.632.5910.15-
YUV43.92154.57145.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.91%
GREEN value IS 22 (8.98% from 255) = 12.09%
BLUE value IS 91 (35.94% from 255) = 50%
R=37.91%
G=12.09%
B=50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6922910.240.7600.64280.8761.0622.16
Hex45165B184C0401193d16
Octal105261333011401004317526
Binary10001011011010110111100010011000100000010001100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45165B; }

 p { color: rgb(69,22,91); }

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

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

 a { background-color: rgb(69,22,91); }

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

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

 span { border-color: rgb(69,22,91); }

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