#45215B

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

Shades of Scarlet Gum #45215B

Tints of Scarlet Gum #45215B

Color information

#45215B (or 0x45215B) is unknown color: approx Scarlet Gum. HEX triplet: 45, 21 and 5B. RGB value is (69,33,91). Sum of RGB (Red+Green+Blue) = 69+33+91=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #45215B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45215B is #BADEA4. Grayscale: #323232. Windows color (decimal): -12246693 or 5972293. OLE color: 5972293.

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

Color convert

RGB693391-
CMYK0.240.6400.64
HSL277.24º46.77%24.31%-
HSV(B)277.24º63.74%35.69%-
XYZ4.893.1110.24-
YUV50.38150.93141.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.75%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 91 (35.94% from 255) = 47.15%
R=35.75%
G=17.10%
B=47.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6933910.240.6400.64277.2446.7724.31
Hex45215B18400401152f18
Octal105411333010001004255730
Binary100010110000110110111100010000000100000010001010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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