Html Css Color HEX #44095D Scarlet Gum

📋 copy color: '#44095D'

red 68 ◦ green 9 ◦ blue 93

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

Shades of Scarlet Gum #44095D

Tints of Scarlet Gum #44095D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.29%

 BLUE value IS 93 (36.72% from 255) = 54.71%

R = 40%
G = 5.29%
B = 54.71%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44095D (or 0x44095D) is known color: Scarlet Gum. HEX triplet: 44, 09 and 5D. RGB value is (68,9,93). Sum of RGB (Red+Green+Blue) = 68+9+93=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #44095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44095D is #BBF6A2. Grayscale: #232323. Windows color (decimal): -12318371 or 6097220. OLE color: 6097220.

HSL color Cylindrical-coordinate representation of color #44095D: hue angle of 282.14º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44095D is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 9 93 -
CMYK 0.27 0.90 0 0.64
HSL 282.14º 0.82% 0.2% -
HSV(B) 282.14º 0.9% 0.36% -
XYZ 4.46 2.21 10.55 -
YUV 36.22 160.05 150.67 -
System Red Green Blue C M Y K H S L
Decimal 68 9 93 0.27 0.90 0 0.64 282.14 0.82 0.2
Hex 44 9 5D 1B 5A 0 40 11A 52 14
Octal 104 11 135 33 132 0 100 432 122 24
Binary 1000100 1001 1011101 11011 1011010 0 1000000 100011010 1010010 10100

Color Harmonies of #44095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44095D

Black with #44095D

Text Example


Text Example

White with #44095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44095D; }

 p { color: rgb(68,9,93); }

 H1.HeaderClassName
 {
   color: #44095D;
 }
 .AnyTagClassName
 {
   color: #44095D;
 }
</style>

background-color css

<style>
 a { background-color: #44095D; }

 a { background-color: rgb(68,9,93); }

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

border-color css

<style>
 span { border-color: #44095D; }

 span { border-color: rgb(68,9,93); }

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