#44275E

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

Shades of Scarlet Gum #44275E

Tints of Scarlet Gum #44275E

Color information

#44275E (or 0x44275E) is unknown color: approx Scarlet Gum. HEX triplet: 44, 27 and 5E. RGB value is (68,39,94). Sum of RGB (Red+Green+Blue) = 68+39+94=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 94 - color contains mainly: blue. Hex color #44275E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44275E is #BBD8A1. Grayscale: #353535. Windows color (decimal): -12310690 or 6170436. OLE color: 6170436.

HSL color Cylindrical-coordinate representation of color #44275E: hue angle of 271.64º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44275E is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB683994-
CMYK0.280.5900.63
HSL271.64º41.35%26.08%-
HSV(B)271.64º58.51%36.86%-
XYZ5.133.4910.99-
YUV53.94150.61138.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.83%
GREEN value IS 39 (15.62% from 255) = 19.40%
BLUE value IS 94 (37.11% from 255) = 46.77%
R=33.83%
G=19.40%
B=46.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6839940.280.5900.63271.6441.3526.08
Hex44275E1C3B03F110291a
Octal1044713634730774205132
Binary1000100100111101111011100111011011111110001000010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44275E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44275E; }

 p { color: rgb(68,39,94); }

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

<style>
 a { background-color: #44275E; }

 a { background-color: rgb(68,39,94); }

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

<style>
 span { border-color: #44275E; }

 span { border-color: rgb(68,39,94); }

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