Html Css Color HEX #440955 Scarlet Gum

📋 copy color: '#440955'

red 68 ◦ green 9 ◦ blue 85

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

Shades of Scarlet Gum #440955

Tints of Scarlet Gum #440955

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.56%

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

R = 41.98%
G = 5.56%
B = 52.47%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#440955 (or 0x440955) is known color: Scarlet Gum. HEX triplet: 44, 09 and 55. RGB value is (68,9,85). Sum of RGB (Red+Green+Blue) = 68+9+85=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 85 (33.59% from 255 or 52.47% from 162); Max value from RGB is 85 - color contains mainly: blue. Hex color #440955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440955 is #BBF6AA. Grayscale: #232323. Windows color (decimal): -12318379 or 5572932. OLE color: 5572932.

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

Color convert

RGB 68 9 85 -
CMYK 0.20 0.89 0 0.67
HSL 286.58º 0.81% 0.18% -
HSV(B) 286.58º 0.89% 0.33% -
XYZ 4.12 2.08 8.78 -
YUV 35.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 68 9 85 0.20 0.89 0 0.67 286.58 0.81 0.18
Hex 44 9 55 14 59 0 43 11F 51 12
Octal 104 11 125 24 131 0 103 437 121 22
Binary 1000100 1001 1010101 10100 1011001 0 1000011 100011111 1010001 10010

Color Harmonies of #440955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440955

Black with #440955

Text Example


Text Example

White with #440955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440955; }

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

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

background-color css

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

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

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

border-color css

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

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

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