#44175A

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

Shades of Scarlet Gum #44175A

Tints of Scarlet Gum #44175A

Color information

#44175A (or 0x44175A) is unknown color: approx Scarlet Gum. HEX triplet: 44, 17 and 5A. RGB value is (68,23,90). Sum of RGB (Red+Green+Blue) = 68+23+90=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #44175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44175A is #BBE8A5. Grayscale: #2B2B2B. Windows color (decimal): -12314790 or 5904196. OLE color: 5904196.

HSL color Cylindrical-coordinate representation of color #44175A: hue angle of 280.3º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44175A is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB682390-
CMYK0.240.7400.65
HSL280.3º59.29%22.16%-
HSV(B)280.3º74.44%35.29%-
XYZ4.542.589.93-
YUV44.09153.91145.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.57%
GREEN value IS 23 (9.38% from 255) = 12.71%
BLUE value IS 90 (35.55% from 255) = 49.72%
R=37.57%
G=12.71%
B=49.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6823900.240.7400.65280.359.2922.16
Hex44175A184A0411183b16
Octal104271323011201014307326
Binary10001001011110110101100010010100100000110001100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44175A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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