Html Css Color HEX #440C60 Scarlet Gum

📋 copy color: '#440C60'

red 68 ◦ green 12 ◦ blue 96

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

Shades of Scarlet Gum #440C60

Tints of Scarlet Gum #440C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 54.55%

R = 38.64%
G = 6.82%
B = 54.55%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#440C60 (or 0x440C60) is known color: Scarlet Gum. HEX triplet: 44, 0C and 60. RGB value is (68,12,96). Sum of RGB (Red+Green+Blue) = 68+12+96=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #440C60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440C60 is #BBF39F. Grayscale: #262626. Windows color (decimal): -12317600 or 6294596. OLE color: 6294596.

HSL color Cylindrical-coordinate representation of color #440C60: hue angle of 280º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440C60 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 12 96 -
CMYK 0.29 0.88 0 0.62
HSL 280º 0.78% 0.21% -
HSV(B) 280º 0.88% 0.38% -
XYZ 4.63 2.34 11.27 -
YUV 38.32 160.55 149.17 -
System Red Green Blue C M Y K H S L
Decimal 68 12 96 0.29 0.88 0 0.62 280 0.78 0.21
Hex 44 C 60 1D 58 0 3E 118 4E 15
Octal 104 14 140 35 130 0 76 430 116 25
Binary 1000100 1100 1100000 11101 1011000 0 111110 100011000 1001110 10101

Color Harmonies of #440C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440C60

Black with #440C60

Text Example


Text Example

White with #440C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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