Html Css Color HEX #441A50 Scarlet Gum

📋 copy color: '#441A50'

red 68 ◦ green 26 ◦ blue 80

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

Shades of Scarlet Gum #441A50

Tints of Scarlet Gum #441A50

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.94%

 BLUE value IS 80 (31.64% from 255) = 45.98%

R = 39.08%
G = 14.94%
B = 45.98%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#441A50 (or 0x441A50) is known color: Scarlet Gum. HEX triplet: 44, 1A and 50. RGB value is (68,26,80). Sum of RGB (Red+Green+Blue) = 68+26+80=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #441A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441A50 is #BBE5AF. Grayscale: #2C2C2C. Windows color (decimal): -12314032 or 5249604. OLE color: 5249604.

HSL color Cylindrical-coordinate representation of color #441A50: hue angle of 286.67º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #441A50 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 26 80 -
CMYK 0.15 0.67 0 0.69
HSL 286.67º 0.51% 0.21% -
HSV(B) 286.67º 0.68% 0.31% -
XYZ 4.2 2.55 7.86 -
YUV 44.71 147.91 144.61 -
System Red Green Blue C M Y K H S L
Decimal 68 26 80 0.15 0.67 0 0.69 286.67 0.51 0.21
Hex 44 1A 50 F 43 0 45 11F 33 15
Octal 104 32 120 17 103 0 105 437 63 25
Binary 1000100 11010 1010000 1111 1000011 0 1000101 100011111 110011 10101

Color Harmonies of #441A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A50

Black with #441A50

Text Example


Text Example

White with #441A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441A50; }

 p { color: rgb(68,26,80); }

 H1.HeaderClassName
 {
   color: #441A50;
 }
 .AnyTagClassName
 {
   color: #441A50;
 }
</style>

background-color css

<style>
 a { background-color: #441A50; }

 a { background-color: rgb(68,26,80); }

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

border-color css

<style>
 span { border-color: #441A50; }

 span { border-color: rgb(68,26,80); }

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