#44125A

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

Shades of Scarlet Gum #44125A

Tints of Scarlet Gum #44125A

Color information

#44125A (or 0x44125A) is unknown color: approx Scarlet Gum. HEX triplet: 44, 12 and 5A. RGB value is (68,18,90). Sum of RGB (Red+Green+Blue) = 68+18+90=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #44125A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44125A is #BBEDA5. Grayscale: #282828. Windows color (decimal): -12316070 or 5902916. OLE color: 5902916.

HSL color Cylindrical-coordinate representation of color #44125A: hue angle of 281.67º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #44125A is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB681890-
CMYK0.240.8000.65
HSL281.67º66.67%21.18%-
HSV(B)281.67º80%35.29%-
XYZ4.452.49.9-
YUV41.16155.56147.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.64%
GREEN value IS 18 (7.42% from 255) = 10.23%
BLUE value IS 90 (35.55% from 255) = 51.14%
R=38.64%
G=10.23%
B=51.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6818900.240.8000.65281.6766.6721.18
Hex44125A185004111a4315
Octal1042213230120010143210325
Binary100010010010101101011000101000001000001100011010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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