Html Css Color HEX #44245A Scarlet Gum

📋 copy color: '#44245A'

red 68 ◦ green 36 ◦ blue 90

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

Shades of Scarlet Gum #44245A

Tints of Scarlet Gum #44245A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.56%

 BLUE value IS 90 (35.55% from 255) = 46.39%

R = 35.05%
G = 18.56%
B = 46.39%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#44245A (or 0x44245A) is known color: Scarlet Gum. HEX triplet: 44, 24 and 5A. RGB value is (68,36,90). Sum of RGB (Red+Green+Blue) = 68+36+90=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #44245A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44245A is #BBDBA5. Grayscale: #333333. Windows color (decimal): -12311462 or 5907524. OLE color: 5907524.

HSL color Cylindrical-coordinate representation of color #44245A: hue angle of 275.56º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44245A is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 36 90 -
CMYK 0.24 0.60 0 0.65
HSL 275.56º 0.43% 0.25% -
HSV(B) 275.56º 0.6% 0.35% -
XYZ 4.86 3.23 10.04 -
YUV 51.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 68 36 90 0.24 0.60 0 0.65 275.56 0.43 0.25
Hex 44 24 5A 18 3C 0 41 114 2B 19
Octal 104 44 132 30 74 0 101 424 53 31
Binary 1000100 100100 1011010 11000 111100 0 1000001 100010100 101011 11001

Color Harmonies of #44245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44245A

Black with #44245A

Text Example


Text Example

White with #44245A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44245A; }

 p { color: rgb(68,36,90); }

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

background-color css

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

 a { background-color: rgb(68,36,90); }

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

border-color css

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

 span { border-color: rgb(68,36,90); }

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