#440855

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

Shades of Scarlet Gum #440855

Tints of Scarlet Gum #440855

Color information

#440855 (or 0x440855) is unknown color: approx Scarlet Gum. HEX triplet: 44, 08 and 55. RGB value is (68,8,85). Sum of RGB (Red+Green+Blue) = 68+8+85=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #440855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440855 is #BBF7AA. Grayscale: #222222. Windows color (decimal): -12318635 or 5572676. OLE color: 5572676.

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

Color convert

RGB68885-
CMYK0.200.9100.67
HSL286.75º82.8%18.24%-
HSV(B)286.75º90.59%33.33%-
XYZ4.112.068.78-
YUV34.72156.38151.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.24%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 85 (33.59% from 255) = 52.80%
R=42.24%
G=4.97%
B=52.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal688850.200.9100.67286.7582.818.24
Hex44855145B04311f5312
Octal1041012524133010343712322
Binary10001001000101010110100101101101000011100011111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440855; }

 p { color: rgb(68,8,85); }

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

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

 a { background-color: rgb(68,8,85); }

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

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

 span { border-color: rgb(68,8,85); }

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