#44215A

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

Shades of Scarlet Gum #44215A

Tints of Scarlet Gum #44215A

Color information

#44215A (or 0x44215A) is unknown color: approx Scarlet Gum. HEX triplet: 44, 21 and 5A. RGB value is (68,33,90). Sum of RGB (Red+Green+Blue) = 68+33+90=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #44215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44215A is #BBDEA5. Grayscale: #313131. Windows color (decimal): -12312230 or 5906756. OLE color: 5906756.

HSL color Cylindrical-coordinate representation of color #44215A: hue angle of 276.84º 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 #44215A is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB683390-
CMYK0.240.6300.65
HSL276.84º46.34%24.12%-
HSV(B)276.84º63.33%35.29%-
XYZ4.773.0510.01-
YUV49.96150.6140.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.60%
GREEN value IS 33 (13.28% from 255) = 17.28%
BLUE value IS 90 (35.55% from 255) = 47.12%
R=35.60%
G=17.28%
B=47.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6833900.240.6300.65276.8446.3424.12
Hex44215A183F0411152e18
Octal10441132307701014255630
Binary10001001000011011010110001111110100000110001010110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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