Html Css Color HEX #441353 Scarlet Gum

📋 copy color: '#441353'

red 68 ◦ green 19 ◦ blue 83

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

Shades of Scarlet Gum #441353

Tints of Scarlet Gum #441353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 48.82%

R = 40%
G = 11.18%
B = 48.82%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#441353 (or 0x441353) is known color: Scarlet Gum. HEX triplet: 44, 13 and 53. RGB value is (68,19,83). Sum of RGB (Red+Green+Blue) = 68+19+83=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #441353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441353 is #BBECAC. Grayscale: #282828. Windows color (decimal): -12315821 or 5444420. OLE color: 5444420.

HSL color Cylindrical-coordinate representation of color #441353: hue angle of 285.94º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #441353 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 19 83 -
CMYK 0.18 0.77 0 0.67
HSL 285.94º 0.63% 0.2% -
HSV(B) 285.94º 0.77% 0.33% -
XYZ 4.18 2.32 8.41 -
YUV 40.95 151.73 147.3 -
System Red Green Blue C M Y K H S L
Decimal 68 19 83 0.18 0.77 0 0.67 285.94 0.63 0.2
Hex 44 13 53 12 4D 0 43 11E 3F 14
Octal 104 23 123 22 115 0 103 436 77 24
Binary 1000100 10011 1010011 10010 1001101 0 1000011 100011110 111111 10100

Color Harmonies of #441353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441353

Black with #441353

Text Example


Text Example

White with #441353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441353; }

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

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

background-color css

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

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

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

border-color css

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

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

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