#45215C

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

Shades of Scarlet Gum #45215C

Tints of Scarlet Gum #45215C

Color information

#45215C (or 0x45215C) is unknown color: approx Scarlet Gum. HEX triplet: 45, 21 and 5C. RGB value is (69,33,92). Sum of RGB (Red+Green+Blue) = 69+33+92=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #45215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45215C is #BADEA3. Grayscale: #323232. Windows color (decimal): -12246692 or 6037829. OLE color: 6037829.

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

Color convert

RGB693392-
CMYK0.250.6400.64
HSL276.61º47.2%24.51%-
HSV(B)276.61º64.13%36.08%-
XYZ4.933.1310.47-
YUV50.49151.43141.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.57%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 92 (36.33% from 255) = 47.42%
R=35.57%
G=17.01%
B=47.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6933920.250.6400.64276.6147.224.51
Hex45215C19400401152f19
Octal105411343110001004255731
Binary100010110000110111001100110000000100000010001010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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