Html Css Color HEX #441150 Scarlet Gum

📋 copy color: '#441150'

red 68 ◦ green 17 ◦ blue 80

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

Shades of Scarlet Gum #441150

Tints of Scarlet Gum #441150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 48.48%

R = 41.21%
G = 10.3%
B = 48.48%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#441150 (or 0x441150) is known color: Scarlet Gum. HEX triplet: 44, 11 and 50. RGB value is (68,17,80). Sum of RGB (Red+Green+Blue) = 68+17+80=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #441150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441150 is #BBEEAF. Grayscale: #272727. Windows color (decimal): -12316336 or 5247300. OLE color: 5247300.

HSL color Cylindrical-coordinate representation of color #441150: hue angle of 288.57º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #441150 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 17 80 -
CMYK 0.15 0.79 0 0.69
HSL 288.57º 0.65% 0.19% -
HSV(B) 288.57º 0.79% 0.31% -
XYZ 4.03 2.21 7.8 -
YUV 39.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 68 17 80 0.15 0.79 0 0.69 288.57 0.65 0.19
Hex 44 11 50 F 4F 0 45 121 41 13
Octal 104 21 120 17 117 0 105 441 101 23
Binary 1000100 10001 1010000 1111 1001111 0 1000101 100100001 1000001 10011

Color Harmonies of #441150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441150

Black with #441150

Text Example


Text Example

White with #441150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441150; }

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

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

background-color css

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

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

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

border-color css

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

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

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