Html Css Color HEX #441256 Scarlet Gum

📋 copy color: '#441256'

red 68 ◦ green 18 ◦ blue 86

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

Shades of Scarlet Gum #441256

Tints of Scarlet Gum #441256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 50%

R = 39.53%
G = 10.47%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#441256 (or 0x441256) is known color: Scarlet Gum. HEX triplet: 44, 12 and 56. RGB value is (68,18,86). Sum of RGB (Red+Green+Blue) = 68+18+86=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 86 (33.98% from 255 or 50% from 172); Max value from RGB is 86 - color contains mainly: blue. Hex color #441256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441256 is #BBEDA9. Grayscale: #282828. Windows color (decimal): -12316074 or 5640772. OLE color: 5640772.

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

Color convert

RGB 68 18 86 -
CMYK 0.21 0.79 0 0.66
HSL 284.12º 0.65% 0.2% -
HSV(B) 284.12º 0.79% 0.34% -
XYZ 4.28 2.33 9.03 -
YUV 40.7 153.57 147.47 -
System Red Green Blue C M Y K H S L
Decimal 68 18 86 0.21 0.79 0 0.66 284.12 0.65 0.2
Hex 44 12 56 15 4F 0 42 11C 41 14
Octal 104 22 126 25 117 0 102 434 101 24
Binary 1000100 10010 1010110 10101 1001111 0 1000010 100011100 1000001 10100

Color Harmonies of #441256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441256

Black with #441256

Text Example


Text Example

White with #441256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441256; }

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

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

background-color css

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

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

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

border-color css

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

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

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