Html Css Color HEX #44285A Scarlet Gum

📋 copy color: '#44285A'

red 68 ◦ green 40 ◦ blue 90

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

Shades of Scarlet Gum #44285A

Tints of Scarlet Gum #44285A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45.45%

R = 34.34%
G = 20.2%
B = 45.45%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#44285A (or 0x44285A) is known color: Scarlet Gum. HEX triplet: 44, 28 and 5A. RGB value is (68,40,90). Sum of RGB (Red+Green+Blue) = 68+40+90=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #44285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44285A is #BBD7A5. Grayscale: #353535. Windows color (decimal): -12310438 or 5908548. OLE color: 5908548.

HSL color Cylindrical-coordinate representation of color #44285A: hue angle of 273.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44285A is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 40 90 -
CMYK 0.24 0.56 0 0.65
HSL 273.6º 0.38% 0.25% -
HSV(B) 273.6º 0.56% 0.35% -
XYZ 4.99 3.48 10.08 -
YUV 54.07 148.28 137.93 -
System Red Green Blue C M Y K H S L
Decimal 68 40 90 0.24 0.56 0 0.65 273.6 0.38 0.25
Hex 44 28 5A 18 38 0 41 112 26 19
Octal 104 50 132 30 70 0 101 422 46 31
Binary 1000100 101000 1011010 11000 111000 0 1000001 100010010 100110 11001

Color Harmonies of #44285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44285A

Black with #44285A

Text Example


Text Example

White with #44285A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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