Html Css Color HEX #44175A Scarlet Gum

📋 copy color: '#44175A'

red 68 ◦ green 23 ◦ blue 90

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

Shades of Scarlet Gum #44175A

Tints of Scarlet Gum #44175A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.71%

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

R = 37.57%
G = 12.71%
B = 49.72%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#44175A (or 0x44175A) is known color: Scarlet Gum. HEX triplet: 44, 17 and 5A. RGB value is (68,23,90). Sum of RGB (Red+Green+Blue) = 68+23+90=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #44175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44175A is #BBE8A5. Grayscale: #2B2B2B. Windows color (decimal): -12314790 or 5904196. OLE color: 5904196.

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

Color convert

RGB 68 23 90 -
CMYK 0.24 0.74 0 0.65
HSL 280.3º 0.59% 0.22% -
HSV(B) 280.3º 0.74% 0.35% -
XYZ 4.54 2.58 9.93 -
YUV 44.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 68 23 90 0.24 0.74 0 0.65 280.3 0.59 0.22
Hex 44 17 5A 18 4A 0 41 118 3B 16
Octal 104 27 132 30 112 0 101 430 73 26
Binary 1000100 10111 1011010 11000 1001010 0 1000001 100011000 111011 10110

Color Harmonies of #44175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44175A

Black with #44175A

Text Example


Text Example

White with #44175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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