Html Css Color HEX #44155B Scarlet Gum

📋 copy color: '#44155B'

red 68 ◦ green 21 ◦ blue 91

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

Shades of Scarlet Gum #44155B

Tints of Scarlet Gum #44155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.67%

 BLUE value IS 91 (35.94% from 255) = 50.56%

R = 37.78%
G = 11.67%
B = 50.56%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44155B (or 0x44155B) is known color: Scarlet Gum. HEX triplet: 44, 15 and 5B. RGB value is (68,21,91). Sum of RGB (Red+Green+Blue) = 68+21+91=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #44155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44155B is #BBEAA4. Grayscale: #2A2A2A. Windows color (decimal): -12315301 or 5969220. OLE color: 5969220.

HSL color Cylindrical-coordinate representation of color #44155B: hue angle of 280.29º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #44155B is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 21 91 -
CMYK 0.25 0.77 0 0.64
HSL 280.29º 0.63% 0.22% -
HSV(B) 280.29º 0.77% 0.36% -
XYZ 4.54 2.52 10.14 -
YUV 43.03 155.07 145.81 -
System Red Green Blue C M Y K H S L
Decimal 68 21 91 0.25 0.77 0 0.64 280.29 0.63 0.22
Hex 44 15 5B 19 4D 0 40 118 3E 16
Octal 104 25 133 31 115 0 100 430 76 26
Binary 1000100 10101 1011011 11001 1001101 0 1000000 100011000 111110 10110

Color Harmonies of #44155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44155B

Black with #44155B

Text Example


Text Example

White with #44155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44155B; }

 p { color: rgb(68,21,91); }

 H1.HeaderClassName
 {
   color: #44155B;
 }
 .AnyTagClassName
 {
   color: #44155B;
 }
</style>

background-color css

<style>
 a { background-color: #44155B; }

 a { background-color: rgb(68,21,91); }

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

border-color css

<style>
 span { border-color: #44155B; }

 span { border-color: rgb(68,21,91); }

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