Html Css Color HEX #441255 Scarlet Gum

📋 copy color: '#441255'

red 68 ◦ green 18 ◦ blue 85

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

Shades of Scarlet Gum #441255

Tints of Scarlet Gum #441255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.53%

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

R = 39.77%
G = 10.53%
B = 49.71%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#441255 (or 0x441255) is known color: Scarlet Gum. HEX triplet: 44, 12 and 55. RGB value is (68,18,85). Sum of RGB (Red+Green+Blue) = 68+18+85=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #441255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441255 is #BBEDAA. Grayscale: #282828. Windows color (decimal): -12316075 or 5575236. OLE color: 5575236.

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

Color convert

RGB 68 18 85 -
CMYK 0.20 0.79 0 0.67
HSL 284.78º 0.65% 0.2% -
HSV(B) 284.78º 0.79% 0.33% -
XYZ 4.24 2.32 8.82 -
YUV 40.59 153.07 147.55 -
System Red Green Blue C M Y K H S L
Decimal 68 18 85 0.20 0.79 0 0.67 284.78 0.65 0.2
Hex 44 12 55 14 4F 0 43 11D 41 14
Octal 104 22 125 24 117 0 103 435 101 24
Binary 1000100 10010 1010101 10100 1001111 0 1000011 100011101 1000001 10100

Color Harmonies of #441255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441255

Black with #441255

Text Example


Text Example

White with #441255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441255; }

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

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

background-color css

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

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

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

border-color css

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

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

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