Html Css Color HEX #441555 Scarlet Gum

📋 copy color: '#441555'

red 68 ◦ green 21 ◦ blue 85

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

Shades of Scarlet Gum #441555

Tints of Scarlet Gum #441555

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

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

R = 39.08%
G = 12.07%
B = 48.85%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#441555 (or 0x441555) is known color: Scarlet Gum. HEX triplet: 44, 15 and 55. RGB value is (68,21,85). Sum of RGB (Red+Green+Blue) = 68+21+85=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #441555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441555 is #BBEAAA. Grayscale: #2A2A2A. Windows color (decimal): -12315307 or 5576004. OLE color: 5576004.

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

Color convert

RGB 68 21 85 -
CMYK 0.20 0.75 0 0.67
HSL 284.06º 0.6% 0.21% -
HSV(B) 284.06º 0.75% 0.33% -
XYZ 4.29 2.42 8.84 -
YUV 42.35 152.07 146.3 -
System Red Green Blue C M Y K H S L
Decimal 68 21 85 0.20 0.75 0 0.67 284.06 0.6 0.21
Hex 44 15 55 14 4B 0 43 11C 3C 15
Octal 104 25 125 24 113 0 103 434 74 25
Binary 1000100 10101 1010101 10100 1001011 0 1000011 100011100 111100 10101

Color Harmonies of #441555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441555

Black with #441555

Text Example


Text Example

White with #441555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441555; }

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

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

background-color css

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

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

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

border-color css

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

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

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