Html Css Color HEX #44195A Scarlet Gum

📋 copy color: '#44195A'

red 68 ◦ green 25 ◦ blue 90

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

Shades of Scarlet Gum #44195A

Tints of Scarlet Gum #44195A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.66%

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

R = 37.16%
G = 13.66%
B = 49.18%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#44195A (or 0x44195A) is known color: Scarlet Gum. HEX triplet: 44, 19 and 5A. RGB value is (68,25,90). Sum of RGB (Red+Green+Blue) = 68+25+90=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #44195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44195A is #BBE6A5. Grayscale: #2D2D2D. Windows color (decimal): -12314278 or 5904708. OLE color: 5904708.

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

Color convert

RGB 68 25 90 -
CMYK 0.24 0.72 0 0.65
HSL 279.69º 0.57% 0.23% -
HSV(B) 279.69º 0.72% 0.35% -
XYZ 4.58 2.66 9.95 -
YUV 45.27 153.25 144.21 -
System Red Green Blue C M Y K H S L
Decimal 68 25 90 0.24 0.72 0 0.65 279.69 0.57 0.23
Hex 44 19 5A 18 48 0 41 118 39 17
Octal 104 31 132 30 110 0 101 430 71 27
Binary 1000100 11001 1011010 11000 1001000 0 1000001 100011000 111001 10111

Color Harmonies of #44195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44195A

Black with #44195A

Text Example


Text Example

White with #44195A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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