Html Css Color HEX #44205D Scarlet Gum

📋 copy color: '#44205D'

red 68 ◦ green 32 ◦ blue 93

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

Shades of Scarlet Gum #44205D

Tints of Scarlet Gum #44205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.58%

 BLUE value IS 93 (36.72% from 255) = 48.19%

R = 35.23%
G = 16.58%
B = 48.19%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44205D (or 0x44205D) is known color: Scarlet Gum. HEX triplet: 44, 20 and 5D. RGB value is (68,32,93). Sum of RGB (Red+Green+Blue) = 68+32+93=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #44205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44205D is #BBDFA2. Grayscale: #313131. Windows color (decimal): -12312483 or 6103108. OLE color: 6103108.

HSL color Cylindrical-coordinate representation of color #44205D: hue angle of 275.41º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44205D is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 32 93 -
CMYK 0.27 0.66 0 0.64
HSL 275.41º 0.49% 0.25% -
HSV(B) 275.41º 0.66% 0.36% -
XYZ 4.88 3.05 10.69 -
YUV 49.72 152.43 141.04 -
System Red Green Blue C M Y K H S L
Decimal 68 32 93 0.27 0.66 0 0.64 275.41 0.49 0.25
Hex 44 20 5D 1B 42 0 40 113 31 19
Octal 104 40 135 33 102 0 100 423 61 31
Binary 1000100 100000 1011101 11011 1000010 0 1000000 100010011 110001 11001

Color Harmonies of #44205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44205D

Black with #44205D

Text Example


Text Example

White with #44205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44205D; }

 p { color: rgb(68,32,93); }

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

background-color css

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

 a { background-color: rgb(68,32,93); }

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

border-color css

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

 span { border-color: rgb(68,32,93); }

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