Html Css Color HEX #441350 Scarlet Gum

📋 copy color: '#441350'

red 68 ◦ green 19 ◦ blue 80

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

Shades of Scarlet Gum #441350

Tints of Scarlet Gum #441350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.38%

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

R = 40.72%
G = 11.38%
B = 47.9%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#441350 (or 0x441350) is known color: Scarlet Gum. HEX triplet: 44, 13 and 50. RGB value is (68,19,80). Sum of RGB (Red+Green+Blue) = 68+19+80=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #441350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441350 is #BBECAF. Grayscale: #282828. Windows color (decimal): -12315824 or 5247812. OLE color: 5247812.

HSL color Cylindrical-coordinate representation of color #441350: hue angle of 288.2º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441350 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 19 80 -
CMYK 0.15 0.76 0 0.69
HSL 288.2º 0.62% 0.19% -
HSV(B) 288.2º 0.76% 0.31% -
XYZ 4.06 2.27 7.81 -
YUV 40.61 150.23 147.54 -
System Red Green Blue C M Y K H S L
Decimal 68 19 80 0.15 0.76 0 0.69 288.2 0.62 0.19
Hex 44 13 50 F 4C 0 45 120 3E 13
Octal 104 23 120 17 114 0 105 440 76 23
Binary 1000100 10011 1010000 1111 1001100 0 1000101 100100000 111110 10011

Color Harmonies of #441350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441350

Black with #441350

Text Example


Text Example

White with #441350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441350; }

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

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

background-color css

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

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

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

border-color css

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

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

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