Html Css Color HEX #44145A Scarlet Gum

📋 copy color: '#44145A'

red 68 ◦ green 20 ◦ blue 90

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

Shades of Scarlet Gum #44145A

Tints of Scarlet Gum #44145A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.24%

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

R = 38.2%
G = 11.24%
B = 50.56%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#44145A (or 0x44145A) is known color: Scarlet Gum. HEX triplet: 44, 14 and 5A. RGB value is (68,20,90). Sum of RGB (Red+Green+Blue) = 68+20+90=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #44145A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44145A is #BBEBA5. Grayscale: #2A2A2A. Windows color (decimal): -12315558 or 5903428. OLE color: 5903428.

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

Color convert

RGB 68 20 90 -
CMYK 0.24 0.78 0 0.65
HSL 281.14º 0.64% 0.22% -
HSV(B) 281.14º 0.78% 0.35% -
XYZ 4.48 2.47 9.91 -
YUV 42.33 154.9 146.31 -
System Red Green Blue C M Y K H S L
Decimal 68 20 90 0.24 0.78 0 0.65 281.14 0.64 0.22
Hex 44 14 5A 18 4E 0 41 119 40 16
Octal 104 24 132 30 116 0 101 431 100 26
Binary 1000100 10100 1011010 11000 1001110 0 1000001 100011001 1000000 10110

Color Harmonies of #44145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44145A

Black with #44145A

Text Example


Text Example

White with #44145A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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