#441353

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

Shades of Scarlet Gum #441353

Tints of Scarlet Gum #441353

Color information

#441353 (or 0x441353) is unknown color: approx Scarlet Gum. HEX triplet: 44, 13 and 53. RGB value is (68,19,83). Sum of RGB (Red+Green+Blue) = 68+19+83=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #441353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441353 is #BBECAC. Grayscale: #282828. Windows color (decimal): -12315821 or 5444420. OLE color: 5444420.

HSL color Cylindrical-coordinate representation of color #441353: hue angle of 285.94º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #441353 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB681983-
CMYK0.180.7700.67
HSL285.94º62.75%20%-
HSV(B)285.94º77.11%32.55%-
XYZ4.182.328.41-
YUV40.95151.73147.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40%
GREEN value IS 19 (7.81% from 255) = 11.18%
BLUE value IS 83 (32.81% from 255) = 48.82%
R=40%
G=11.18%
B=48.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6819830.180.7700.67285.9462.7520
Hex441353124D04311e3f14
Octal104231232211501034367724
Binary10001001001110100111001010011010100001110001111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441353; }

 p { color: rgb(68,19,83); }

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

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

 a { background-color: rgb(68,19,83); }

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

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

 span { border-color: rgb(68,19,83); }

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