Html Css Color HEX #44285E Scarlet Gum

📋 copy color: '#44285E'

red 68 ◦ green 40 ◦ blue 94

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

Shades of Scarlet Gum #44285E

Tints of Scarlet Gum #44285E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 46.53%

R = 33.66%
G = 19.8%
B = 46.53%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#44285E (or 0x44285E) is known color: Scarlet Gum. HEX triplet: 44, 28 and 5E. RGB value is (68,40,94). Sum of RGB (Red+Green+Blue) = 68+40+94=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 94 - color contains mainly: blue. Hex color #44285E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44285E is #BBD7A1. Grayscale: #363636. Windows color (decimal): -12310434 or 6170692. OLE color: 6170692.

HSL color Cylindrical-coordinate representation of color #44285E: hue angle of 271.11º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44285E is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 40 94 -
CMYK 0.28 0.57 0 0.63
HSL 271.11º 0.4% 0.26% -
HSV(B) 271.11º 0.57% 0.37% -
XYZ 5.16 3.55 11 -
YUV 54.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 68 40 94 0.28 0.57 0 0.63 271.11 0.4 0.26
Hex 44 28 5E 1C 39 0 3F 10F 28 1A
Octal 104 50 136 34 71 0 77 417 50 32
Binary 1000100 101000 1011110 11100 111001 0 111111 100001111 101000 11010

Color Harmonies of #44285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44285E

Black with #44285E

Text Example


Text Example

White with #44285E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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