#44135B

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

Shades of Scarlet Gum #44135B

Tints of Scarlet Gum #44135B

Color information

#44135B (or 0x44135B) is unknown color: approx Scarlet Gum. HEX triplet: 44, 13 and 5B. RGB value is (68,19,91). Sum of RGB (Red+Green+Blue) = 68+19+91=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #44135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44135B is #BBECA4. Grayscale: #292929. Windows color (decimal): -12315813 or 5968708. OLE color: 5968708.

HSL color Cylindrical-coordinate representation of color #44135B: hue angle of 280.83º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #44135B is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB681991-
CMYK0.250.7900.64
HSL280.83º65.45%21.57%-
HSV(B)280.83º79.12%35.69%-
XYZ4.512.4510.13-
YUV41.86155.73146.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.20%
GREEN value IS 19 (7.81% from 255) = 10.67%
BLUE value IS 91 (35.94% from 255) = 51.12%
R=38.20%
G=10.67%
B=51.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6819910.250.7900.64280.8365.4521.57
Hex44135B194F0401194116
Octal1042313331117010043110126
Binary100010010011101101111001100111101000000100011001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44135B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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