Html Css Color HEX #440856 Scarlet Gum

📋 copy color: '#440856'

red 68 ◦ green 8 ◦ blue 86

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

Shades of Scarlet Gum #440856

Tints of Scarlet Gum #440856

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.94%

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

R = 41.98%
G = 4.94%
B = 53.09%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#440856 (or 0x440856) is known color: Scarlet Gum. HEX triplet: 44, 08 and 56. RGB value is (68,8,86). Sum of RGB (Red+Green+Blue) = 68+8+86=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #440856 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440856 is #BBF7A9. Grayscale: #222222. Windows color (decimal): -12318634 or 5638212. OLE color: 5638212.

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

Color convert

RGB 68 8 86 -
CMYK 0.21 0.91 0 0.66
HSL 286.15º 0.83% 0.18% -
HSV(B) 286.15º 0.91% 0.34% -
XYZ 4.15 2.07 8.99 -
YUV 34.83 156.88 151.66 -
System Red Green Blue C M Y K H S L
Decimal 68 8 86 0.21 0.91 0 0.66 286.15 0.83 0.18
Hex 44 8 56 15 5B 0 42 11E 53 12
Octal 104 10 126 25 133 0 102 436 123 22
Binary 1000100 1000 1010110 10101 1011011 0 1000010 100011110 1010011 10010

Color Harmonies of #440856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440856

Black with #440856

Text Example


Text Example

White with #440856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440856; }

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

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

background-color css

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

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

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

border-color css

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

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

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