#442353

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

Shades of Scarlet Gum #442353

Tints of Scarlet Gum #442353

Color information

#442353 (or 0x442353) is unknown color: approx Scarlet Gum. HEX triplet: 44, 23 and 53. RGB value is (68,35,83). Sum of RGB (Red+Green+Blue) = 68+35+83=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #442353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442353 is #BBDCAC. Grayscale: #323232. Windows color (decimal): -12311725 or 5448516. OLE color: 5448516.

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

Color convert

RGB683583-
CMYK0.180.5800.67
HSL281.25º40.68%23.14%-
HSV(B)281.25º57.83%32.55%-
XYZ4.553.068.53-
YUV50.34146.43140.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.56%
GREEN value IS 35 (14.06% from 255) = 18.82%
BLUE value IS 83 (32.81% from 255) = 44.62%
R=36.56%
G=18.82%
B=44.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6835830.180.5800.67281.2540.6823.14
Hex442353123A0431192917
Octal10443123227201034315127
Binary10001001000111010011100101110100100001110001100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442353; }

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

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

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

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

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

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

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

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