Html Css Color HEX #440A51 Scarlet Gum

📋 copy color: '#440A51'

red 68 ◦ green 10 ◦ blue 81

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

Shades of Scarlet Gum #440A51

Tints of Scarlet Gum #440A51

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.29%

 BLUE value IS 81 (32.03% from 255) = 50.94%

R = 42.77%
G = 6.29%
B = 50.94%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#440A51 (or 0x440A51) is known color: Scarlet Gum. HEX triplet: 44, 0A and 51. RGB value is (68,10,81). Sum of RGB (Red+Green+Blue) = 68+10+81=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #440A51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440A51 is #BBF5AE. Grayscale: #232323. Windows color (decimal): -12318127 or 5311044. OLE color: 5311044.

HSL color Cylindrical-coordinate representation of color #440A51: hue angle of 289.01º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440A51 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 10 81 -
CMYK 0.16 0.88 0 0.68
HSL 289.01º 0.78% 0.18% -
HSV(B) 289.01º 0.88% 0.32% -
XYZ 3.98 2.04 7.97 -
YUV 35.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 68 10 81 0.16 0.88 0 0.68 289.01 0.78 0.18
Hex 44 A 51 10 58 0 44 121 4E 12
Octal 104 12 121 20 130 0 104 441 116 22
Binary 1000100 1010 1010001 10000 1011000 0 1000100 100100001 1001110 10010

Color Harmonies of #440A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440A51

Black with #440A51

Text Example


Text Example

White with #440A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,10,81); }

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

background-color css

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

 a { background-color: rgb(68,10,81); }

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

border-color css

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

 span { border-color: rgb(68,10,81); }

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