Html Css Color HEX #44224F Scarlet Gum

📋 copy color: '#44224F'

red 68 ◦ green 34 ◦ blue 79

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

Shades of Scarlet Gum #44224F

Tints of Scarlet Gum #44224F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.78%

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

R = 37.57%
G = 18.78%
B = 43.65%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#44224F (or 0x44224F) is known color: Scarlet Gum. HEX triplet: 44, 22 and 4F. RGB value is (68,34,79). Sum of RGB (Red+Green+Blue) = 68+34+79=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 79 - color contains mainly: blue. Hex color #44224F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44224F is #BBDDB0. Grayscale: #313131. Windows color (decimal): -12311985 or 5186116. OLE color: 5186116.

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

Color convert

RGB 68 34 79 -
CMYK 0.14 0.57 0 0.69
HSL 285.33º 0.4% 0.22% -
HSV(B) 285.33º 0.57% 0.31% -
XYZ 4.37 2.94 7.73 -
YUV 49.3 144.76 141.34 -
System Red Green Blue C M Y K H S L
Decimal 68 34 79 0.14 0.57 0 0.69 285.33 0.4 0.22
Hex 44 22 4F E 39 0 45 11D 28 16
Octal 104 42 117 16 71 0 105 435 50 26
Binary 1000100 100010 1001111 1110 111001 0 1000101 100011101 101000 10110

Color Harmonies of #44224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44224F

Black with #44224F

Text Example


Text Example

White with #44224F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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