Html Css Color HEX #44165F Scarlet Gum

📋 copy color: '#44165F'

red 68 ◦ green 22 ◦ blue 95

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

Shades of Scarlet Gum #44165F

Tints of Scarlet Gum #44165F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.89%

 BLUE value IS 95 (37.5% from 255) = 51.35%

R = 36.76%
G = 11.89%
B = 51.35%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#44165F (or 0x44165F) is known color: Scarlet Gum. HEX triplet: 44, 16 and 5F. RGB value is (68,22,95). Sum of RGB (Red+Green+Blue) = 68+22+95=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #44165F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44165F is #BBE9A0. Grayscale: #2B2B2B. Windows color (decimal): -12315041 or 6231620. OLE color: 6231620.

HSL color Cylindrical-coordinate representation of color #44165F: hue angle of 277.81º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #44165F is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 22 95 -
CMYK 0.28 0.77 0 0.63
HSL 277.81º 0.62% 0.23% -
HSV(B) 277.81º 0.77% 0.37% -
XYZ 4.74 2.63 11.08 -
YUV 44.08 156.74 145.06 -
System Red Green Blue C M Y K H S L
Decimal 68 22 95 0.28 0.77 0 0.63 277.81 0.62 0.23
Hex 44 16 5F 1C 4D 0 3F 116 3E 17
Octal 104 26 137 34 115 0 77 426 76 27
Binary 1000100 10110 1011111 11100 1001101 0 111111 100010110 111110 10111

Color Harmonies of #44165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44165F

Black with #44165F

Text Example


Text Example

White with #44165F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44165F; }

 p { color: rgb(68,22,95); }

 H1.HeaderClassName
 {
   color: #44165F;
 }
 .AnyTagClassName
 {
   color: #44165F;
 }
</style>

background-color css

<style>
 a { background-color: #44165F; }

 a { background-color: rgb(68,22,95); }

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

border-color css

<style>
 span { border-color: #44165F; }

 span { border-color: rgb(68,22,95); }

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