#44135F

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

Shades of Scarlet Gum #44135F

Tints of Scarlet Gum #44135F

Color information

#44135F (or 0x44135F) is unknown color: approx Scarlet Gum. HEX triplet: 44, 13 and 5F. RGB value is (68,19,95). Sum of RGB (Red+Green+Blue) = 68+19+95=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #44135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44135F is #BBECA0. Grayscale: #2A2A2A. Windows color (decimal): -12315809 or 6230852. OLE color: 6230852.

HSL color Cylindrical-coordinate representation of color #44135F: hue angle of 278.68º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #44135F is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB681995-
CMYK0.280.8000.63
HSL278.68º66.67%22.35%-
HSV(B)278.68º80%37.25%-
XYZ4.682.5211.07-
YUV42.32157.73146.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.36%
GREEN value IS 19 (7.81% from 255) = 10.44%
BLUE value IS 95 (37.5% from 255) = 52.20%
R=37.36%
G=10.44%
B=52.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6819950.280.8000.63278.6866.6722.35
Hex44135F1C5003F1174316
Octal104231373412007742710326
Binary10001001001110111111110010100000111111100010111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44135F; }

 p { color: rgb(68,19,95); }

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

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

 a { background-color: rgb(68,19,95); }

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

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

 span { border-color: rgb(68,19,95); }

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