#44265A

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

Shades of Scarlet Gum #44265A

Tints of Scarlet Gum #44265A

Color information

#44265A (or 0x44265A) is unknown color: approx Scarlet Gum. HEX triplet: 44, 26 and 5A. RGB value is (68,38,90). Sum of RGB (Red+Green+Blue) = 68+38+90=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #44265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44265A is #BBD9A5. Grayscale: #343434. Windows color (decimal): -12310950 or 5908036. OLE color: 5908036.

HSL color Cylindrical-coordinate representation of color #44265A: hue angle of 274.62º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44265A is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB683890-
CMYK0.240.5800.65
HSL274.62º40.62%25.1%-
HSV(B)274.62º57.78%35.29%-
XYZ4.923.3510.06-
YUV52.9148.94138.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.69%
GREEN value IS 38 (15.23% from 255) = 19.39%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=34.69%
G=19.39%
B=45.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6838900.240.5800.65274.6240.6225.1
Hex44265A183A0411132919
Octal10446132307201014235131
Binary10001001001101011010110001110100100000110001001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44265A; }

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

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

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

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

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

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

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

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