Html Css Color HEX #442056 Scarlet Gum

📋 copy color: '#442056'

red 68 ◦ green 32 ◦ blue 86

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

Shades of Scarlet Gum #442056

Tints of Scarlet Gum #442056

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.2%

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

R = 36.56%
G = 17.2%
B = 46.24%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#442056 (or 0x442056) is known color: Scarlet Gum. HEX triplet: 44, 20 and 56. RGB value is (68,32,86). Sum of RGB (Red+Green+Blue) = 68+32+86=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #442056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442056 is #BBDFA9. Grayscale: #303030. Windows color (decimal): -12312490 or 5644356. OLE color: 5644356.

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

Color convert

RGB 68 32 86 -
CMYK 0.21 0.63 0 0.66
HSL 280º 0.46% 0.23% -
HSV(B) 280º 0.63% 0.34% -
XYZ 4.58 2.93 9.13 -
YUV 48.92 148.93 141.61 -
System Red Green Blue C M Y K H S L
Decimal 68 32 86 0.21 0.63 0 0.66 280 0.46 0.23
Hex 44 20 56 15 3F 0 42 118 2E 17
Octal 104 40 126 25 77 0 102 430 56 27
Binary 1000100 100000 1010110 10101 111111 0 1000010 100011000 101110 10111

Color Harmonies of #442056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442056

Black with #442056

Text Example


Text Example

White with #442056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442056; }

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

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

background-color css

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

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

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

border-color css

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

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

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