Html Css Color HEX #442950 Scarlet Gum

📋 copy color: '#442950'

red 68 ◦ green 41 ◦ blue 80

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

Shades of Scarlet Gum #442950

Tints of Scarlet Gum #442950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.69%

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

R = 35.98%
G = 21.69%
B = 42.33%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#442950 (or 0x442950) is known color: Scarlet Gum. HEX triplet: 44, 29 and 50. RGB value is (68,41,80). Sum of RGB (Red+Green+Blue) = 68+41+80=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #442950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442950 is #BBD6AF. Grayscale: #353535. Windows color (decimal): -12310192 or 5253444. OLE color: 5253444.

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

Color convert

RGB 68 41 80 -
CMYK 0.15 0.49 0 0.69
HSL 281.54º 0.32% 0.24% -
HSV(B) 281.54º 0.49% 0.31% -
XYZ 4.62 3.39 8 -
YUV 53.52 142.95 138.33 -
System Red Green Blue C M Y K H S L
Decimal 68 41 80 0.15 0.49 0 0.69 281.54 0.32 0.24
Hex 44 29 50 F 31 0 45 11A 20 18
Octal 104 51 120 17 61 0 105 432 40 30
Binary 1000100 101001 1010000 1111 110001 0 1000101 100011010 100000 11000

Color Harmonies of #442950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442950

Black with #442950

Text Example


Text Example

White with #442950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442950; }

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

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

background-color css

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

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

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

border-color css

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

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

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