Html Css Color HEX #441054 Scarlet Gum

📋 copy color: '#441054'

red 68 ◦ green 16 ◦ blue 84

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

Shades of Scarlet Gum #441054

Tints of Scarlet Gum #441054

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.52%

 BLUE value IS 84 (33.2% from 255) = 50%

R = 40.48%
G = 9.52%
B = 50%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#441054 (or 0x441054) is known color: Scarlet Gum. HEX triplet: 44, 10 and 54. RGB value is (68,16,84). Sum of RGB (Red+Green+Blue) = 68+16+84=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 84 (33.20% from 255 or 50% from 168); Max value from RGB is 84 - color contains mainly: blue. Hex color #441054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441054 is #BBEFAB. Grayscale: #272727. Windows color (decimal): -12316588 or 5509188. OLE color: 5509188.

HSL color Cylindrical-coordinate representation of color #441054: hue angle of 285.88º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #441054 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 16 84 -
CMYK 0.19 0.81 0 0.67
HSL 285.88º 0.68% 0.2% -
HSV(B) 285.88º 0.81% 0.33% -
XYZ 4.17 2.24 8.6 -
YUV 39.3 153.23 148.47 -
System Red Green Blue C M Y K H S L
Decimal 68 16 84 0.19 0.81 0 0.67 285.88 0.68 0.2
Hex 44 10 54 13 51 0 43 11E 44 14
Octal 104 20 124 23 121 0 103 436 104 24
Binary 1000100 10000 1010100 10011 1010001 0 1000011 100011110 1000100 10100

Color Harmonies of #441054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441054

Black with #441054

Text Example


Text Example

White with #441054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441054; }

 p { color: rgb(68,16,84); }

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

background-color css

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

 a { background-color: rgb(68,16,84); }

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

border-color css

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

 span { border-color: rgb(68,16,84); }

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