Html Css Color HEX #44294E Scarlet Gum

📋 copy color: '#44294E'

red 68 ◦ green 41 ◦ blue 78

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

Shades of Scarlet Gum #44294E

Tints of Scarlet Gum #44294E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 41.71%

R = 36.36%
G = 21.93%
B = 41.71%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#44294E (or 0x44294E) is known color: Scarlet Gum. HEX triplet: 44, 29 and 4E. RGB value is (68,41,78). Sum of RGB (Red+Green+Blue) = 68+41+78=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 78 - color contains mainly: blue. Hex color #44294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44294E is #BBD6B1. Grayscale: #353535. Windows color (decimal): -12310194 or 5122372. OLE color: 5122372.

HSL color Cylindrical-coordinate representation of color #44294E: hue angle of 283.78º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #44294E is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 41 78 -
CMYK 0.13 0.47 0 0.69
HSL 283.78º 0.31% 0.23% -
HSV(B) 283.78º 0.47% 0.31% -
XYZ 4.55 3.36 7.62 -
YUV 53.29 141.95 138.49 -
System Red Green Blue C M Y K H S L
Decimal 68 41 78 0.13 0.47 0 0.69 283.78 0.31 0.23
Hex 44 29 4E D 2F 0 45 11C 1F 17
Octal 104 51 116 15 57 0 105 434 37 27
Binary 1000100 101001 1001110 1101 101111 0 1000101 100011100 11111 10111

Color Harmonies of #44294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44294E

Black with #44294E

Text Example


Text Example

White with #44294E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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