#44234F

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

Shades of Scarlet Gum #44234F

Tints of Scarlet Gum #44234F

Color information

#44234F (or 0x44234F) is unknown color: approx Scarlet Gum. HEX triplet: 44, 23 and 4F. RGB value is (68,35,79). Sum of RGB (Red+Green+Blue) = 68+35+79=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 79 - color contains mainly: blue. Hex color #44234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44234F is #BBDCB0. Grayscale: #313131. Windows color (decimal): -12311729 or 5186372. OLE color: 5186372.

HSL color Cylindrical-coordinate representation of color #44234F: hue angle of 285º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44234F is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB683579-
CMYK0.140.5600.69
HSL285º38.6%22.35%-
HSV(B)285º55.7%30.98%-
XYZ4.437.74-
YUV49.88144.43140.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.36%
GREEN value IS 35 (14.06% from 255) = 19.23%
BLUE value IS 79 (31.25% from 255) = 43.41%
R=37.36%
G=19.23%
B=43.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6835790.140.5600.6928538.622.35
Hex44234FE3804511d2716
Octal10443117167001054354726
Binary1000100100011100111111101110000100010110001110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44234F; }

 p { color: rgb(68,35,79); }

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

<style>
 a { background-color: #44234F; }

 a { background-color: rgb(68,35,79); }

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

<style>
 span { border-color: #44234F; }

 span { border-color: rgb(68,35,79); }

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