#442253

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

Shades of Scarlet Gum #442253

Tints of Scarlet Gum #442253

Color information

#442253 (or 0x442253) is unknown color: approx Scarlet Gum. HEX triplet: 44, 22 and 53. RGB value is (68,34,83). Sum of RGB (Red+Green+Blue) = 68+34+83=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #442253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442253 is #BBDDAC. Grayscale: #313131. Windows color (decimal): -12311981 or 5448260. OLE color: 5448260.

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

Color convert

RGB683483-
CMYK0.180.5900.67
HSL281.63º41.88%22.94%-
HSV(B)281.63º59.04%32.55%-
XYZ4.5238.52-
YUV49.75146.76141.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.76%
GREEN value IS 34 (13.67% from 255) = 18.38%
BLUE value IS 83 (32.81% from 255) = 44.86%
R=36.76%
G=18.38%
B=44.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6834830.180.5900.67281.6341.8822.94
Hex442253123B04311a2a17
Octal10442123227301034325227
Binary10001001000101010011100101110110100001110001101010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442253; }

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

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

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

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

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

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

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

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