Html Css Color HEX #441360 Scarlet Gum

📋 copy color: '#441360'

red 68 ◦ green 19 ◦ blue 96

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

Shades of Scarlet Gum #441360

Tints of Scarlet Gum #441360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 52.46%

R = 37.16%
G = 10.38%
B = 52.46%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#441360 (or 0x441360) is known color: Scarlet Gum. HEX triplet: 44, 13 and 60. RGB value is (68,19,96). Sum of RGB (Red+Green+Blue) = 68+19+96=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #441360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441360 is #BBEC9F. Grayscale: #2A2A2A. Windows color (decimal): -12315808 or 6296388. OLE color: 6296388.

HSL color Cylindrical-coordinate representation of color #441360: hue angle of 278.18º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #441360 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 19 96 -
CMYK 0.29 0.80 0 0.62
HSL 278.18º 0.67% 0.23% -
HSV(B) 278.18º 0.8% 0.38% -
XYZ 4.73 2.54 11.31 -
YUV 42.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 68 19 96 0.29 0.80 0 0.62 278.18 0.67 0.23
Hex 44 13 60 1D 50 0 3E 116 43 17
Octal 104 23 140 35 120 0 76 426 103 27
Binary 1000100 10011 1100000 11101 1010000 0 111110 100010110 1000011 10111

Color Harmonies of #441360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441360

Black with #441360

Text Example


Text Example

White with #441360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441360; }

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

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

background-color css

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

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

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

border-color css

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

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

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