Html Css Color HEX #44075A Scarlet Gum

📋 copy color: '#44075A'

red 68 ◦ green 7 ◦ blue 90

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

Shades of Scarlet Gum #44075A

Tints of Scarlet Gum #44075A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.24%

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

R = 41.21%
G = 4.24%
B = 54.55%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#44075A (or 0x44075A) is known color: Scarlet Gum. HEX triplet: 44, 07 and 5A. RGB value is (68,7,90). Sum of RGB (Red+Green+Blue) = 68+7+90=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #44075A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44075A is #BBF8A5. Grayscale: #222222. Windows color (decimal): -12318886 or 5900100. OLE color: 5900100.

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

Color convert

RGB 68 7 90 -
CMYK 0.24 0.92 0 0.65
HSL 284.1º 0.86% 0.19% -
HSV(B) 284.1º 0.92% 0.35% -
XYZ 4.31 2.12 9.85 -
YUV 34.7 159.21 151.75 -
System Red Green Blue C M Y K H S L
Decimal 68 7 90 0.24 0.92 0 0.65 284.1 0.86 0.19
Hex 44 7 5A 18 5C 0 41 11C 56 13
Octal 104 7 132 30 134 0 101 434 126 23
Binary 1000100 111 1011010 11000 1011100 0 1000001 100011100 1010110 10011

Color Harmonies of #44075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44075A

Black with #44075A

Text Example


Text Example

White with #44075A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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