Html Css Color HEX #441156 Scarlet Gum

📋 copy color: '#441156'

red 68 ◦ green 17 ◦ blue 86

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

Shades of Scarlet Gum #441156

Tints of Scarlet Gum #441156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 50.29%

R = 39.77%
G = 9.94%
B = 50.29%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#441156 (or 0x441156) is known color: Scarlet Gum. HEX triplet: 44, 11 and 56. RGB value is (68,17,86). Sum of RGB (Red+Green+Blue) = 68+17+86=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 86 (33.98% from 255 or 50.29% from 171); Max value from RGB is 86 - color contains mainly: blue. Hex color #441156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441156 is #BBEEA9. Grayscale: #272727. Windows color (decimal): -12316330 or 5640516. OLE color: 5640516.

HSL color Cylindrical-coordinate representation of color #441156: hue angle of 284.35º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #441156 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 17 86 -
CMYK 0.21 0.80 0 0.66
HSL 284.35º 0.67% 0.2% -
HSV(B) 284.35º 0.8% 0.34% -
XYZ 4.26 2.3 9.02 -
YUV 40.12 153.9 147.89 -
System Red Green Blue C M Y K H S L
Decimal 68 17 86 0.21 0.80 0 0.66 284.35 0.67 0.2
Hex 44 11 56 15 50 0 42 11C 43 14
Octal 104 21 126 25 120 0 102 434 103 24
Binary 1000100 10001 1010110 10101 1010000 0 1000010 100011100 1000011 10100

Color Harmonies of #441156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441156

Black with #441156

Text Example


Text Example

White with #441156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441156; }

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

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

background-color css

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

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

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

border-color css

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

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

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