Html Css Color HEX #44115C Scarlet Gum

📋 copy color: '#44115C'

red 68 ◦ green 17 ◦ blue 92

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

Shades of Scarlet Gum #44115C

Tints of Scarlet Gum #44115C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 51.98%

R = 38.42%
G = 9.6%
B = 51.98%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44115C (or 0x44115C) is known color: Scarlet Gum. HEX triplet: 44, 11 and 5C. RGB value is (68,17,92). Sum of RGB (Red+Green+Blue) = 68+17+92=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #44115C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44115C is #BBEEA3. Grayscale: #282828. Windows color (decimal): -12316324 or 6033732. OLE color: 6033732.

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

Color convert

RGB 68 17 92 -
CMYK 0.26 0.82 0 0.64
HSL 280.8º 0.69% 0.21% -
HSV(B) 280.8º 0.82% 0.36% -
XYZ 4.52 2.4 10.35 -
YUV 40.8 156.9 147.4 -
System Red Green Blue C M Y K H S L
Decimal 68 17 92 0.26 0.82 0 0.64 280.8 0.69 0.21
Hex 44 11 5C 1A 52 0 40 119 45 15
Octal 104 21 134 32 122 0 100 431 105 25
Binary 1000100 10001 1011100 11010 1010010 0 1000000 100011001 1000101 10101

Color Harmonies of #44115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44115C

Black with #44115C

Text Example


Text Example

White with #44115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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