Html Css Color HEX #44314A Scarlet Gum

📋 copy color: '#44314A'

red 68 ◦ green 49 ◦ blue 74

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

Shades of Scarlet Gum #44314A

Tints of Scarlet Gum #44314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.65%

 BLUE value IS 74 (29.3% from 255) = 38.74%

R = 35.6%
G = 25.65%
B = 38.74%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#44314A (or 0x44314A) is known color: Scarlet Gum. HEX triplet: 44, 31 and 4A. RGB value is (68,49,74). Sum of RGB (Red+Green+Blue) = 68+49+74=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 74 - color contains mainly: blue. Hex color #44314A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44314A is #BBCEB5. Grayscale: #393939. Windows color (decimal): -12308150 or 4862276. OLE color: 4862276.

HSL color Cylindrical-coordinate representation of color #44314A: hue angle of 285.6º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #44314A is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 49 74 -
CMYK 0.08 0.34 0 0.71
HSL 285.6º 0.2% 0.24% -
HSV(B) 285.6º 0.34% 0.29% -
XYZ 4.72 3.92 6.99 -
YUV 57.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 68 49 74 0.08 0.34 0 0.71 285.6 0.2 0.24
Hex 44 31 4A 8 22 0 47 11E 14 18
Octal 104 61 112 10 42 0 107 436 24 30
Binary 1000100 110001 1001010 1000 100010 0 1000111 100011110 10100 11000

Color Harmonies of #44314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44314A

Black with #44314A

Text Example


Text Example

White with #44314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44314A; }

 p { color: rgb(68,49,74); }

 H1.HeaderClassName
 {
   color: #44314A;
 }
 .AnyTagClassName
 {
   color: #44314A;
 }
</style>

background-color css

<style>
 a { background-color: #44314A; }

 a { background-color: rgb(68,49,74); }

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

border-color css

<style>
 span { border-color: #44314A; }

 span { border-color: rgb(68,49,74); }

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