#440C5A

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

Shades of Scarlet Gum #440C5A

Tints of Scarlet Gum #440C5A

Color information

#440C5A (or 0x440C5A) is unknown color: approx Scarlet Gum. HEX triplet: 44, 0C and 5A. RGB value is (68,12,90). Sum of RGB (Red+Green+Blue) = 68+12+90=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #440C5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440C5A is #BBF3A5. Grayscale: #252525. Windows color (decimal): -12317606 or 5901380. OLE color: 5901380.

HSL color Cylindrical-coordinate representation of color #440C5A: hue angle of 283.08º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #440C5A is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB681290-
CMYK0.240.8700.65
HSL283.08º76.47%20%-
HSV(B)283.08º86.67%35.29%-
XYZ4.362.239.87-
YUV37.64157.55149.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40%
GREEN value IS 12 (5.08% from 255) = 7.06%
BLUE value IS 90 (35.55% from 255) = 52.94%
R=40%
G=7.06%
B=52.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6812900.240.8700.65283.0876.4720
Hex44C5A185704111b4c14
Octal1041413230127010143311424
Binary10001001100101101011000101011101000001100011011100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,12,90); }

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

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

 a { background-color: rgb(68,12,90); }

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

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

 span { border-color: rgb(68,12,90); }

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