Html Css Color HEX #44194F Scarlet Gum

📋 copy color: '#44194F'

red 68 ◦ green 25 ◦ blue 79

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

Shades of Scarlet Gum #44194F

Tints of Scarlet Gum #44194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.53%

 BLUE value IS 79 (31.25% from 255) = 45.93%

R = 39.53%
G = 14.53%
B = 45.93%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#44194F (or 0x44194F) is known color: Scarlet Gum. HEX triplet: 44, 19 and 4F. RGB value is (68,25,79). Sum of RGB (Red+Green+Blue) = 68+25+79=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 79 (31.25% from 255 or 45.93% from 172); Max value from RGB is 79 - color contains mainly: blue. Hex color #44194F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44194F is #BBE6B0. Grayscale: #2B2B2B. Windows color (decimal): -12314289 or 5183812. OLE color: 5183812.

HSL color Cylindrical-coordinate representation of color #44194F: hue angle of 287.78º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44194F is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 25 79 -
CMYK 0.14 0.68 0 0.69
HSL 287.78º 0.52% 0.2% -
HSV(B) 287.78º 0.68% 0.31% -
XYZ 4.14 2.49 7.66 -
YUV 44.01 147.75 145.11 -
System Red Green Blue C M Y K H S L
Decimal 68 25 79 0.14 0.68 0 0.69 287.78 0.52 0.2
Hex 44 19 4F E 44 0 45 120 34 14
Octal 104 31 117 16 104 0 105 440 64 24
Binary 1000100 11001 1001111 1110 1000100 0 1000101 100100000 110100 10100

Color Harmonies of #44194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44194F

Black with #44194F

Text Example


Text Example

White with #44194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44194F; }

 p { color: rgb(68,25,79); }

 H1.HeaderClassName
 {
   color: #44194F;
 }
 .AnyTagClassName
 {
   color: #44194F;
 }
</style>

background-color css

<style>
 a { background-color: #44194F; }

 a { background-color: rgb(68,25,79); }

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

border-color css

<style>
 span { border-color: #44194F; }

 span { border-color: rgb(68,25,79); }

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