Html Css Color HEX #44225A Scarlet Gum

📋 copy color: '#44225A'

red 68 ◦ green 34 ◦ blue 90

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

Shades of Scarlet Gum #44225A

Tints of Scarlet Gum #44225A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.71%

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

R = 35.42%
G = 17.71%
B = 46.88%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#44225A (or 0x44225A) is known color: Scarlet Gum. HEX triplet: 44, 22 and 5A. RGB value is (68,34,90). Sum of RGB (Red+Green+Blue) = 68+34+90=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #44225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44225A is #BBDDA5. Grayscale: #323232. Windows color (decimal): -12311974 or 5907012. OLE color: 5907012.

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

Color convert

RGB 68 34 90 -
CMYK 0.24 0.62 0 0.65
HSL 276.43º 0.45% 0.24% -
HSV(B) 276.43º 0.62% 0.35% -
XYZ 4.8 3.11 10.02 -
YUV 50.55 150.26 140.45 -
System Red Green Blue C M Y K H S L
Decimal 68 34 90 0.24 0.62 0 0.65 276.43 0.45 0.24
Hex 44 22 5A 18 3E 0 41 114 2D 18
Octal 104 42 132 30 76 0 101 424 55 30
Binary 1000100 100010 1011010 11000 111110 0 1000001 100010100 101101 11000

Color Harmonies of #44225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44225A

Black with #44225A

Text Example


Text Example

White with #44225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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