Html Css Color HEX #44185C Scarlet Gum

📋 copy color: '#44185C'

red 68 ◦ green 24 ◦ blue 92

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

Shades of Scarlet Gum #44185C

Tints of Scarlet Gum #44185C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.04%

 BLUE value IS 92 (36.33% from 255) = 50%

R = 36.96%
G = 13.04%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44185C (or 0x44185C) is known color: Scarlet Gum. HEX triplet: 44, 18 and 5C. RGB value is (68,24,92). Sum of RGB (Red+Green+Blue) = 68+24+92=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #44185C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44185C is #BBE7A3. Grayscale: #2C2C2C. Windows color (decimal): -12314532 or 6035524. OLE color: 6035524.

HSL color Cylindrical-coordinate representation of color #44185C: hue angle of 278.82º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44185C is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 24 92 -
CMYK 0.26 0.74 0 0.64
HSL 278.82º 0.59% 0.23% -
HSV(B) 278.82º 0.74% 0.36% -
XYZ 4.64 2.65 10.39 -
YUV 44.91 154.58 144.47 -
System Red Green Blue C M Y K H S L
Decimal 68 24 92 0.26 0.74 0 0.64 278.82 0.59 0.23
Hex 44 18 5C 1A 4A 0 40 117 3B 17
Octal 104 30 134 32 112 0 100 427 73 27
Binary 1000100 11000 1011100 11010 1001010 0 1000000 100010111 111011 10111

Color Harmonies of #44185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44185C

Black with #44185C

Text Example


Text Example

White with #44185C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44185C; }

 p { color: rgb(68,24,92); }

 H1.HeaderClassName
 {
   color: #44185C;
 }
 .AnyTagClassName
 {
   color: #44185C;
 }
</style>

background-color css

<style>
 a { background-color: #44185C; }

 a { background-color: rgb(68,24,92); }

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

border-color css

<style>
 span { border-color: #44185C; }

 span { border-color: rgb(68,24,92); }

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