#44274E

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

Shades of Scarlet Gum #44274E

Tints of Scarlet Gum #44274E

Color information

#44274E (or 0x44274E) is unknown color: approx Scarlet Gum. HEX triplet: 44, 27 and 4E. RGB value is (68,39,78). Sum of RGB (Red+Green+Blue) = 68+39+78=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #44274E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44274E is #BBD8B1. Grayscale: #333333. Windows color (decimal): -12310706 or 5121860. OLE color: 5121860.

HSL color Cylindrical-coordinate representation of color #44274E: hue angle of 284.62º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44274E is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB683978-
CMYK0.130.5000.69
HSL284.62º33.33%22.94%-
HSV(B)284.62º50%30.59%-
XYZ4.483.237.59-
YUV52.12142.61139.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.76%
GREEN value IS 39 (15.62% from 255) = 21.08%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=36.76%
G=21.08%
B=42.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6839780.130.5000.69284.6233.3322.94
Hex44274ED3204511d2117
Octal10447116156201054354127
Binary1000100100111100111011011100100100010110001110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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