Html Css Color HEX #44205B Scarlet Gum

📋 copy color: '#44205B'

red 68 ◦ green 32 ◦ blue 91

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

Shades of Scarlet Gum #44205B

Tints of Scarlet Gum #44205B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 47.64%

R = 35.6%
G = 16.75%
B = 47.64%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44205B (or 0x44205B) is known color: Scarlet Gum. HEX triplet: 44, 20 and 5B. RGB value is (68,32,91). Sum of RGB (Red+Green+Blue) = 68+32+91=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #44205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44205B is #BBDFA4. Grayscale: #313131. Windows color (decimal): -12312485 or 5972036. OLE color: 5972036.

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

Color convert

RGB 68 32 91 -
CMYK 0.25 0.65 0 0.64
HSL 276.61º 0.48% 0.24% -
HSV(B) 276.61º 0.65% 0.36% -
XYZ 4.79 3.02 10.23 -
YUV 49.49 151.43 141.2 -
System Red Green Blue C M Y K H S L
Decimal 68 32 91 0.25 0.65 0 0.64 276.61 0.48 0.24
Hex 44 20 5B 19 41 0 40 115 30 18
Octal 104 40 133 31 101 0 100 425 60 30
Binary 1000100 100000 1011011 11001 1000001 0 1000000 100010101 110000 11000

Color Harmonies of #44205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44205B

Black with #44205B

Text Example


Text Example

White with #44205B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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