Html Css Color HEX #440C59 Scarlet Gum

📋 copy color: '#440C59'

red 68 ◦ green 12 ◦ blue 89

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

Shades of Scarlet Gum #440C59

Tints of Scarlet Gum #440C59

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.1%

 BLUE value IS 89 (35.16% from 255) = 52.66%

R = 40.24%
G = 7.1%
B = 52.66%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#440C59 (or 0x440C59) is known color: Scarlet Gum. HEX triplet: 44, 0C and 59. RGB value is (68,12,89). Sum of RGB (Red+Green+Blue) = 68+12+89=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #440C59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440C59 is #BBF3A6. Grayscale: #252525. Windows color (decimal): -12317607 or 5835844. OLE color: 5835844.

HSL color Cylindrical-coordinate representation of color #440C59: hue angle of 283.64º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #440C59 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 12 89 -
CMYK 0.24 0.87 0 0.65
HSL 283.64º 0.76% 0.2% -
HSV(B) 283.64º 0.87% 0.35% -
XYZ 4.32 2.21 9.65 -
YUV 37.52 157.05 149.74 -
System Red Green Blue C M Y K H S L
Decimal 68 12 89 0.24 0.87 0 0.65 283.64 0.76 0.2
Hex 44 C 59 18 57 0 41 11C 4C 14
Octal 104 14 131 30 127 0 101 434 114 24
Binary 1000100 1100 1011001 11000 1010111 0 1000001 100011100 1001100 10100

Color Harmonies of #440C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440C59

Black with #440C59

Text Example


Text Example

White with #440C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440C59; }

 p { color: rgb(68,12,89); }

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

background-color css

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

 a { background-color: rgb(68,12,89); }

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

border-color css

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

 span { border-color: rgb(68,12,89); }

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