Html Css Color HEX #441354 Scarlet Gum

📋 copy color: '#441354'

red 68 ◦ green 19 ◦ blue 84

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

Shades of Scarlet Gum #441354

Tints of Scarlet Gum #441354

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.11%

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

R = 39.77%
G = 11.11%
B = 49.12%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#441354 (or 0x441354) is known color: Scarlet Gum. HEX triplet: 44, 13 and 54. RGB value is (68,19,84). Sum of RGB (Red+Green+Blue) = 68+19+84=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #441354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441354 is #BBECAB. Grayscale: #282828. Windows color (decimal): -12315820 or 5509956. OLE color: 5509956.

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

Color convert

RGB 68 19 84 -
CMYK 0.19 0.77 0 0.67
HSL 285.23º 0.63% 0.2% -
HSV(B) 285.23º 0.77% 0.33% -
XYZ 4.22 2.33 8.62 -
YUV 41.06 152.23 147.21 -
System Red Green Blue C M Y K H S L
Decimal 68 19 84 0.19 0.77 0 0.67 285.23 0.63 0.2
Hex 44 13 54 13 4D 0 43 11D 3F 14
Octal 104 23 124 23 115 0 103 435 77 24
Binary 1000100 10011 1010100 10011 1001101 0 1000011 100011101 111111 10100

Color Harmonies of #441354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441354

Black with #441354

Text Example


Text Example

White with #441354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441354; }

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

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

background-color css

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

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

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

border-color css

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

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

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