Html Css Color HEX #44294C Scarlet Gum

📋 copy color: '#44294C'

red 68 ◦ green 41 ◦ blue 76

#44294C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #44294C

Tints of Scarlet Gum #44294C

RGB

 RED value IS 68 (26.95% from 255) = 36.76%

 GREEN value IS 41 (16.41% from 255) = 22.16%

 BLUE value IS 76 (30.08% from 255) = 41.08%

R = 36.76%
G = 22.16%
B = 41.08%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44294C (or 0x44294C) is known color: Scarlet Gum. HEX triplet: 44, 29 and 4C. RGB value is (68,41,76). Sum of RGB (Red+Green+Blue) = 68+41+76=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 76 - color contains mainly: blue. Hex color #44294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44294C is #BBD6B3. Grayscale: #343434. Windows color (decimal): -12310196 or 4991300. OLE color: 4991300.

HSL color Cylindrical-coordinate representation of color #44294C: hue angle of 286.29º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44294C is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 68 41 76 -
CMYK 0.11 0.46 0 0.70
HSL 286.29º 0.3% 0.23% -
HSV(B) 286.29º 0.46% 0.3% -
XYZ 4.48 3.34 7.25 -
YUV 53.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 68 41 76 0.11 0.46 0 0.70 286.29 0.3 0.23
Hex 44 29 4C B 2E 0 46 11E 1E 17
Octal 104 51 114 13 56 0 106 436 36 27
Binary 1000100 101001 1001100 1011 101110 0 1000110 100011110 11110 10111

Color Harmonies of #44294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44294C

Black with #44294C

Text Example


Text Example

White with #44294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44294C; }

 p { color: rgb(68,41,76); }

 H1.HeaderClassName
 {
   color: #44294C;
 }
 .AnyTagClassName
 {
   color: #44294C;
 }
</style>

background-color css

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

 a { background-color: rgb(68,41,76); }

 div.DivClassName
 {
   background-color: #44294C;
 }
 .BgClassName
 {
   background-color: #44294C;
 }
</style>

border-color css

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

 span { border-color: rgb(68,41,76); }

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