Html Css Color HEX #440953 Scarlet Gum

📋 copy color: '#440953'

red 68 ◦ green 9 ◦ blue 83

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

Shades of Scarlet Gum #440953

Tints of Scarlet Gum #440953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 51.88%

R = 42.5%
G = 5.63%
B = 51.88%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#440953 (or 0x440953) is known color: Scarlet Gum. HEX triplet: 44, 09 and 53. RGB value is (68,9,83). Sum of RGB (Red+Green+Blue) = 68+9+83=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #440953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440953 is #BBF6AC. Grayscale: #222222. Windows color (decimal): -12318381 or 5441860. OLE color: 5441860.

HSL color Cylindrical-coordinate representation of color #440953: hue angle of 287.84º degrees, saturation: 0.8, 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 #440953 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 9 83 -
CMYK 0.18 0.89 0 0.67
HSL 287.84º 0.8% 0.18% -
HSV(B) 287.84º 0.89% 0.33% -
XYZ 4.04 2.05 8.37 -
YUV 35.08 155.05 151.48 -
System Red Green Blue C M Y K H S L
Decimal 68 9 83 0.18 0.89 0 0.67 287.84 0.8 0.18
Hex 44 9 53 12 59 0 43 120 50 12
Octal 104 11 123 22 131 0 103 440 120 22
Binary 1000100 1001 1010011 10010 1011001 0 1000011 100100000 1010000 10010

Color Harmonies of #440953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440953

Black with #440953

Text Example


Text Example

White with #440953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440953; }

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

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

background-color css

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

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

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

border-color css

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

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

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