Html Css Color HEX #44115D Scarlet Gum

📋 copy color: '#44115D'

red 68 ◦ green 17 ◦ blue 93

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

Shades of Scarlet Gum #44115D

Tints of Scarlet Gum #44115D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.55%

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

R = 38.2%
G = 9.55%
B = 52.25%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44115D (or 0x44115D) is known color: Scarlet Gum. HEX triplet: 44, 11 and 5D. RGB value is (68,17,93). Sum of RGB (Red+Green+Blue) = 68+17+93=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #44115D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44115D is #BBEEA2. Grayscale: #282828. Windows color (decimal): -12316323 or 6099268. OLE color: 6099268.

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

Color convert

RGB 68 17 93 -
CMYK 0.27 0.82 0 0.64
HSL 280.26º 0.69% 0.22% -
HSV(B) 280.26º 0.82% 0.36% -
XYZ 4.56 2.42 10.58 -
YUV 40.91 157.4 147.32 -
System Red Green Blue C M Y K H S L
Decimal 68 17 93 0.27 0.82 0 0.64 280.26 0.69 0.22
Hex 44 11 5D 1B 52 0 40 118 45 16
Octal 104 21 135 33 122 0 100 430 105 26
Binary 1000100 10001 1011101 11011 1010010 0 1000000 100011000 1000101 10110

Color Harmonies of #44115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44115D

Black with #44115D

Text Example


Text Example

White with #44115D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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