#442053

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

Shades of Scarlet Gum #442053

Tints of Scarlet Gum #442053

Color information

#442053 (or 0x442053) is unknown color: approx Scarlet Gum. HEX triplet: 44, 20 and 53. RGB value is (68,32,83). Sum of RGB (Red+Green+Blue) = 68+32+83=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #442053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442053 is #BBDFAC. Grayscale: #303030. Windows color (decimal): -12312493 or 5447748. OLE color: 5447748.

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

Color convert

RGB683283-
CMYK0.180.6100.67
HSL282.35º44.35%22.55%-
HSV(B)282.35º61.45%32.55%-
XYZ4.462.898.51-
YUV48.58147.43141.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.16%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 83 (32.81% from 255) = 45.36%
R=37.16%
G=17.49%
B=45.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6832830.180.6100.67282.3544.3522.55
Hex442053123D04311a2c17
Octal10440123227501034325427
Binary10001001000001010011100101111010100001110001101010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442053; }

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

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

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

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

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

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

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

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