Html Css Color HEX #44155E Scarlet Gum

📋 copy color: '#44155E'

red 68 ◦ green 21 ◦ blue 94

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

Shades of Scarlet Gum #44155E

Tints of Scarlet Gum #44155E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.48%

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

R = 37.16%
G = 11.48%
B = 51.37%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#44155E (or 0x44155E) is known color: Scarlet Gum. HEX triplet: 44, 15 and 5E. RGB value is (68,21,94). Sum of RGB (Red+Green+Blue) = 68+21+94=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 94 (37.11% from 255 or 51.37% from 183); Max value from RGB is 94 - color contains mainly: blue. Hex color #44155E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44155E is #BBEAA1. Grayscale: #2B2B2B. Windows color (decimal): -12315298 or 6165828. OLE color: 6165828.

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

Color convert

RGB 68 21 94 -
CMYK 0.28 0.78 0 0.63
HSL 278.63º 0.63% 0.23% -
HSV(B) 278.63º 0.78% 0.37% -
XYZ 4.67 2.57 10.84 -
YUV 43.38 156.57 145.56 -
System Red Green Blue C M Y K H S L
Decimal 68 21 94 0.28 0.78 0 0.63 278.63 0.63 0.23
Hex 44 15 5E 1C 4E 0 3F 117 3F 17
Octal 104 25 136 34 116 0 77 427 77 27
Binary 1000100 10101 1011110 11100 1001110 0 111111 100010111 111111 10111

Color Harmonies of #44155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44155E

Black with #44155E

Text Example


Text Example

White with #44155E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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