Html Css Color HEX #44185A Scarlet Gum

📋 copy color: '#44185A'

red 68 ◦ green 24 ◦ blue 90

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

Shades of Scarlet Gum #44185A

Tints of Scarlet Gum #44185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.19%

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

R = 37.36%
G = 13.19%
B = 49.45%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#44185A (or 0x44185A) is known color: Scarlet Gum. HEX triplet: 44, 18 and 5A. RGB value is (68,24,90). Sum of RGB (Red+Green+Blue) = 68+24+90=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #44185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44185A is #BBE7A5. Grayscale: #2C2C2C. Windows color (decimal): -12314534 or 5904452. OLE color: 5904452.

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

Color convert

RGB 68 24 90 -
CMYK 0.24 0.73 0 0.65
HSL 280º 0.58% 0.22% -
HSV(B) 280º 0.73% 0.35% -
XYZ 4.56 2.62 9.94 -
YUV 44.68 153.58 144.63 -
System Red Green Blue C M Y K H S L
Decimal 68 24 90 0.24 0.73 0 0.65 280 0.58 0.22
Hex 44 18 5A 18 49 0 41 118 3A 16
Octal 104 30 132 30 111 0 101 430 72 26
Binary 1000100 11000 1011010 11000 1001001 0 1000001 100011000 111010 10110

Color Harmonies of #44185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44185A

Black with #44185A

Text Example


Text Example

White with #44185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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