#45215A

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

Shades of Scarlet Gum #45215A

Tints of Scarlet Gum #45215A

Color information

#45215A (or 0x45215A) is unknown color: approx Scarlet Gum. HEX triplet: 45, 21 and 5A. RGB value is (69,33,90). Sum of RGB (Red+Green+Blue) = 69+33+90=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #45215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45215A is #BADEA5. Grayscale: #323232. Windows color (decimal): -12246694 or 5906757. OLE color: 5906757.

HSL color Cylindrical-coordinate representation of color #45215A: hue angle of 277.89º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45215A is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB693390-
CMYK0.230.6300.65
HSL277.89º46.34%24.12%-
HSV(B)277.89º63.33%35.29%-
XYZ4.843.0910.01-
YUV50.26150.43141.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.94%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 90 (35.55% from 255) = 46.88%
R=35.94%
G=17.19%
B=46.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6933900.230.6300.65277.8946.3424.12
Hex45215A173F0411162e18
Octal10541132277701014265630
Binary10001011000011011010101111111110100000110001011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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