Html Css Color HEX #441855 Scarlet Gum

📋 copy color: '#441855'

red 68 ◦ green 24 ◦ blue 85

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

Shades of Scarlet Gum #441855

Tints of Scarlet Gum #441855

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.56%

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

R = 38.42%
G = 13.56%
B = 48.02%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#441855 (or 0x441855) is known color: Scarlet Gum. HEX triplet: 44, 18 and 55. RGB value is (68,24,85). Sum of RGB (Red+Green+Blue) = 68+24+85=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #441855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441855 is #BBE7AA. Grayscale: #2B2B2B. Windows color (decimal): -12314539 or 5576772. OLE color: 5576772.

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

Color convert

RGB 68 24 85 -
CMYK 0.20 0.72 0 0.67
HSL 283.28º 0.56% 0.21% -
HSV(B) 283.28º 0.72% 0.33% -
XYZ 4.35 2.54 8.85 -
YUV 44.11 151.08 145.04 -
System Red Green Blue C M Y K H S L
Decimal 68 24 85 0.20 0.72 0 0.67 283.28 0.56 0.21
Hex 44 18 55 14 48 0 43 11B 38 15
Octal 104 30 125 24 110 0 103 433 70 25
Binary 1000100 11000 1010101 10100 1001000 0 1000011 100011011 111000 10101

Color Harmonies of #441855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441855

Black with #441855

Text Example


Text Example

White with #441855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441855; }

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

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

background-color css

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

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

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

border-color css

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

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

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