Html Css Color HEX #441B50 Scarlet Gum

📋 copy color: '#441B50'

red 68 ◦ green 27 ◦ blue 80

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

Shades of Scarlet Gum #441B50

Tints of Scarlet Gum #441B50

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.43%

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

R = 38.86%
G = 15.43%
B = 45.71%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#441B50 (or 0x441B50) is known color: Scarlet Gum. HEX triplet: 44, 1B and 50. RGB value is (68,27,80). Sum of RGB (Red+Green+Blue) = 68+27+80=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #441B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441B50 is #BBE4AF. Grayscale: #2D2D2D. Windows color (decimal): -12313776 or 5249860. OLE color: 5249860.

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

Color convert

RGB 68 27 80 -
CMYK 0.15 0.66 0 0.69
HSL 286.42º 0.5% 0.21% -
HSV(B) 286.42º 0.66% 0.31% -
XYZ 4.22 2.59 7.87 -
YUV 45.3 147.58 144.19 -
System Red Green Blue C M Y K H S L
Decimal 68 27 80 0.15 0.66 0 0.69 286.42 0.5 0.21
Hex 44 1B 50 F 42 0 45 11E 32 15
Octal 104 33 120 17 102 0 105 436 62 25
Binary 1000100 11011 1010000 1111 1000010 0 1000101 100011110 110010 10101

Color Harmonies of #441B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441B50

Black with #441B50

Text Example


Text Example

White with #441B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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