Html Css Color HEX #44294D Scarlet Gum

📋 copy color: '#44294D'

red 68 ◦ green 41 ◦ blue 77

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

Shades of Scarlet Gum #44294D

Tints of Scarlet Gum #44294D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 41.4%

R = 36.56%
G = 22.04%
B = 41.4%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44294D (or 0x44294D) is known color: Scarlet Gum. HEX triplet: 44, 29 and 4D. RGB value is (68,41,77). Sum of RGB (Red+Green+Blue) = 68+41+77=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #44294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44294D is #BBD6B2. Grayscale: #353535. Windows color (decimal): -12310195 or 5056836. OLE color: 5056836.

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

Color convert

RGB 68 41 77 -
CMYK 0.12 0.47 0 0.70
HSL 285º 0.31% 0.23% -
HSV(B) 285º 0.47% 0.3% -
XYZ 4.52 3.35 7.43 -
YUV 53.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 68 41 77 0.12 0.47 0 0.70 285 0.31 0.23
Hex 44 29 4D C 2F 0 46 11D 1F 17
Octal 104 51 115 14 57 0 106 435 37 27
Binary 1000100 101001 1001101 1100 101111 0 1000110 100011101 11111 10111

Color Harmonies of #44294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44294D

Black with #44294D

Text Example


Text Example

White with #44294D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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