#44264D

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

Shades of Scarlet Gum #44264D

Tints of Scarlet Gum #44264D

Color information

#44264D (or 0x44264D) is unknown color: approx Scarlet Gum. HEX triplet: 44, 26 and 4D. RGB value is (68,38,77). Sum of RGB (Red+Green+Blue) = 68+38+77=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #44264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44264D is #BBD9B2. Grayscale: #333333. Windows color (decimal): -12310963 or 5056068. OLE color: 5056068.

HSL color Cylindrical-coordinate representation of color #44264D: hue angle of 286.15º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44264D is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB683877-
CMYK0.120.5100.70
HSL286.15º33.91%22.55%-
HSV(B)286.15º50.65%30.2%-
XYZ4.423.157.4-
YUV51.42142.44139.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.16%
GREEN value IS 38 (15.23% from 255) = 20.77%
BLUE value IS 77 (30.47% from 255) = 42.08%
R=37.16%
G=20.77%
B=42.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6838770.120.5100.70286.1533.9122.55
Hex44264DC3304611e2217
Octal10446115146301064364227
Binary1000100100110100110111001100110100011010001111010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44264D; }

 p { color: rgb(68,38,77); }

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

<style>
 a { background-color: #44264D; }

 a { background-color: rgb(68,38,77); }

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

<style>
 span { border-color: #44264D; }

 span { border-color: rgb(68,38,77); }

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