Html Css Color HEX #441955 Scarlet Gum

📋 copy color: '#441955'

red 68 ◦ green 25 ◦ blue 85

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

Shades of Scarlet Gum #441955

Tints of Scarlet Gum #441955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.04%

 BLUE value IS 85 (33.59% from 255) = 47.75%

R = 38.2%
G = 14.04%
B = 47.75%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#441955 (or 0x441955) is known color: Scarlet Gum. HEX triplet: 44, 19 and 55. RGB value is (68,25,85). Sum of RGB (Red+Green+Blue) = 68+25+85=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #441955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441955 is #BBE6AA. Grayscale: #2C2C2C. Windows color (decimal): -12314283 or 5577028. OLE color: 5577028.

HSL color Cylindrical-coordinate representation of color #441955: hue angle of 283º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #441955 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 25 85 -
CMYK 0.20 0.71 0 0.67
HSL 283º 0.55% 0.22% -
HSV(B) 283º 0.71% 0.33% -
XYZ 4.37 2.58 8.86 -
YUV 44.7 150.75 144.62 -
System Red Green Blue C M Y K H S L
Decimal 68 25 85 0.20 0.71 0 0.67 283 0.55 0.22
Hex 44 19 55 14 47 0 43 11B 37 16
Octal 104 31 125 24 107 0 103 433 67 26
Binary 1000100 11001 1010101 10100 1000111 0 1000011 100011011 110111 10110

Color Harmonies of #441955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441955

Black with #441955

Text Example


Text Example

White with #441955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441955; }

 p { color: rgb(68,25,85); }

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

background-color css

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

 a { background-color: rgb(68,25,85); }

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

border-color css

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

 span { border-color: rgb(68,25,85); }

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