Html Css Color HEX #440A57 Scarlet Gum

📋 copy color: '#440A57'

red 68 ◦ green 10 ◦ blue 87

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

Shades of Scarlet Gum #440A57

Tints of Scarlet Gum #440A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 52.73%

R = 41.21%
G = 6.06%
B = 52.73%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#440A57 (or 0x440A57) is known color: Scarlet Gum. HEX triplet: 44, 0A and 57. RGB value is (68,10,87). Sum of RGB (Red+Green+Blue) = 68+10+87=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #440A57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440A57 is #BBF5A8. Grayscale: #232323. Windows color (decimal): -12318121 or 5704260. OLE color: 5704260.

HSL color Cylindrical-coordinate representation of color #440A57: hue angle of 285.19º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #440A57 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 10 87 -
CMYK 0.22 0.89 0 0.66
HSL 285.19º 0.79% 0.19% -
HSV(B) 285.19º 0.89% 0.34% -
XYZ 4.21 2.13 9.21 -
YUV 36.12 156.72 150.74 -
System Red Green Blue C M Y K H S L
Decimal 68 10 87 0.22 0.89 0 0.66 285.19 0.79 0.19
Hex 44 A 57 16 59 0 42 11D 4F 13
Octal 104 12 127 26 131 0 102 435 117 23
Binary 1000100 1010 1010111 10110 1011001 0 1000010 100011101 1001111 10011

Color Harmonies of #440A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440A57

Black with #440A57

Text Example


Text Example

White with #440A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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