#44235B

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

Shades of Scarlet Gum #44235B

Tints of Scarlet Gum #44235B

Color information

#44235B (or 0x44235B) is unknown color: approx Scarlet Gum. HEX triplet: 44, 23 and 5B. RGB value is (68,35,91). Sum of RGB (Red+Green+Blue) = 68+35+91=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #44235B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44235B is #BBDCA4. Grayscale: #333333. Windows color (decimal): -12311717 or 5972804. OLE color: 5972804.

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

Color convert

RGB683591-
CMYK0.250.6200.64
HSL275.36º44.44%24.71%-
HSV(B)275.36º61.54%35.69%-
XYZ4.873.1910.26-
YUV51.25150.43139.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.05%
GREEN value IS 35 (14.06% from 255) = 18.04%
BLUE value IS 91 (35.94% from 255) = 46.91%
R=35.05%
G=18.04%
B=46.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6835910.250.6200.64275.3644.4424.71
Hex44235B193E0401132c19
Octal10443133317601004235431
Binary10001001000111011011110011111100100000010001001110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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