Html Css Color HEX #44245D Scarlet Gum

📋 copy color: '#44245D'

red 68 ◦ green 36 ◦ blue 93

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

Shades of Scarlet Gum #44245D

Tints of Scarlet Gum #44245D

RGB

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

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

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

R = 34.52%
G = 18.27%
B = 47.21%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44245D (or 0x44245D) is known color: Scarlet Gum. HEX triplet: 44, 24 and 5D. RGB value is (68,36,93). Sum of RGB (Red+Green+Blue) = 68+36+93=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #44245D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44245D is #BBDBA2. Grayscale: #333333. Windows color (decimal): -12311459 or 6104132. OLE color: 6104132.

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

Color convert

RGB 68 36 93 -
CMYK 0.27 0.61 0 0.64
HSL 273.68º 0.44% 0.25% -
HSV(B) 273.68º 0.61% 0.36% -
XYZ 4.99 3.28 10.73 -
YUV 52.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 68 36 93 0.27 0.61 0 0.64 273.68 0.44 0.25
Hex 44 24 5D 1B 3D 0 40 112 2C 19
Octal 104 44 135 33 75 0 100 422 54 31
Binary 1000100 100100 1011101 11011 111101 0 1000000 100010010 101100 11001

Color Harmonies of #44245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44245D

Black with #44245D

Text Example


Text Example

White with #44245D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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