Html Css Color HEX #44284D Scarlet Gum

📋 copy color: '#44284D'

red 68 ◦ green 40 ◦ blue 77

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

Shades of Scarlet Gum #44284D

Tints of Scarlet Gum #44284D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.62%

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

R = 36.76%
G = 21.62%
B = 41.62%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44284D (or 0x44284D) is known color: Scarlet Gum. HEX triplet: 44, 28 and 4D. RGB value is (68,40,77). Sum of RGB (Red+Green+Blue) = 68+40+77=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 77 - color contains mainly: blue. Hex color #44284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44284D is #BBD7B2. Grayscale: #343434. Windows color (decimal): -12310451 or 5056580. OLE color: 5056580.

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

Color convert

RGB 68 40 77 -
CMYK 0.12 0.48 0 0.70
HSL 285.41º 0.32% 0.23% -
HSV(B) 285.41º 0.48% 0.3% -
XYZ 4.48 3.28 7.42 -
YUV 52.59 141.78 138.99 -
System Red Green Blue C M Y K H S L
Decimal 68 40 77 0.12 0.48 0 0.70 285.41 0.32 0.23
Hex 44 28 4D C 30 0 46 11D 20 17
Octal 104 50 115 14 60 0 106 435 40 27
Binary 1000100 101000 1001101 1100 110000 0 1000110 100011101 100000 10111

Color Harmonies of #44284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44284D

Black with #44284D

Text Example


Text Example

White with #44284D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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