Html Css Color HEX #440D5C Scarlet Gum

📋 copy color: '#440D5C'

red 68 ◦ green 13 ◦ blue 92

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

Shades of Scarlet Gum #440D5C

Tints of Scarlet Gum #440D5C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.51%

 BLUE value IS 92 (36.33% from 255) = 53.18%

R = 39.31%
G = 7.51%
B = 53.18%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#440D5C (or 0x440D5C) is known color: Scarlet Gum. HEX triplet: 44, 0D and 5C. RGB value is (68,13,92). Sum of RGB (Red+Green+Blue) = 68+13+92=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #440D5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440D5C is #BBF2A3. Grayscale: #262626. Windows color (decimal): -12317348 or 6032708. OLE color: 6032708.

HSL color Cylindrical-coordinate representation of color #440D5C: hue angle of 281.77º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #440D5C is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 13 92 -
CMYK 0.26 0.86 0 0.64
HSL 281.77º 0.75% 0.21% -
HSV(B) 281.77º 0.86% 0.36% -
XYZ 4.46 2.29 10.33 -
YUV 38.45 158.22 149.08 -
System Red Green Blue C M Y K H S L
Decimal 68 13 92 0.26 0.86 0 0.64 281.77 0.75 0.21
Hex 44 D 5C 1A 56 0 40 11A 4B 15
Octal 104 15 134 32 126 0 100 432 113 25
Binary 1000100 1101 1011100 11010 1010110 0 1000000 100011010 1001011 10101

Color Harmonies of #440D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440D5C

Black with #440D5C

Text Example


Text Example

White with #440D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,13,92); }

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

background-color css

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

 a { background-color: rgb(68,13,92); }

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

border-color css

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

 span { border-color: rgb(68,13,92); }

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