#440A52

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

Shades of Scarlet Gum #440A52

Tints of Scarlet Gum #440A52

Color information

#440A52 (or 0x440A52) is unknown color: approx Scarlet Gum. HEX triplet: 44, 0A and 52. RGB value is (68,10,82). Sum of RGB (Red+Green+Blue) = 68+10+82=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 10 (4.30% from 255 or 6.25% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #440A52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440A52 is #BBF5AD. Grayscale: #232323. Windows color (decimal): -12318126 or 5376580. OLE color: 5376580.

HSL color Cylindrical-coordinate representation of color #440A52: hue angle of 288.33º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440A52 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB681082-
CMYK0.170.8800.68
HSL288.33º78.26%18.04%-
HSV(B)288.33º87.8%32.16%-
XYZ4.022.068.17-
YUV35.55154.22151.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.5%
GREEN value IS 10 (4.30% from 255) = 6.25%
BLUE value IS 82 (32.42% from 255) = 51.25%
R=42.5%
G=6.25%
B=51.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6810820.170.8800.68288.3378.2618.04
Hex44A5211580441204e12
Octal1041212221130010444011622
Binary10001001010101001010001101100001000100100100000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440A52; }

 p { color: rgb(68,10,82); }

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

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

 a { background-color: rgb(68,10,82); }

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

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

 span { border-color: rgb(68,10,82); }

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