#45045B

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

Shades of Scarlet Gum #45045B

Tints of Scarlet Gum #45045B

Color information

#45045B (or 0x45045B) is unknown color: approx Scarlet Gum. HEX triplet: 45, 04 and 5B. RGB value is (69,4,91). Sum of RGB (Red+Green+Blue) = 69+4+91=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #45045B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45045B is #BAFBA4. Grayscale: #212121. Windows color (decimal): -12254117 or 5964869. OLE color: 5964869.

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

Color convert

RGB69491-
CMYK0.240.9600.64
HSL284.83º91.58%18.63%-
HSV(B)284.83º95.6%35.69%-
XYZ4.392.1110.07-
YUV33.35160.53153.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.07%
GREEN value IS 4 (1.95% from 255) = 2.44%
BLUE value IS 91 (35.94% from 255) = 55.49%
R=42.07%
G=2.44%
B=55.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal694910.240.9600.64284.8391.5818.63
Hex4545B186004011d5c13
Octal105413330140010043513423
Binary1000101100101101111000110000001000000100011101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45045B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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