Html Css Color HEX #442951 Scarlet Gum

📋 copy color: '#442951'

red 68 ◦ green 41 ◦ blue 81

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

Shades of Scarlet Gum #442951

Tints of Scarlet Gum #442951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 42.63%

R = 35.79%
G = 21.58%
B = 42.63%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#442951 (or 0x442951) is known color: Scarlet Gum. HEX triplet: 44, 29 and 51. RGB value is (68,41,81). Sum of RGB (Red+Green+Blue) = 68+41+81=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 81 - color contains mainly: blue. Hex color #442951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442951 is #BBD6AE. Grayscale: #353535. Windows color (decimal): -12310191 or 5318980. OLE color: 5318980.

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

Color convert

RGB 68 41 81 -
CMYK 0.16 0.49 0 0.68
HSL 280.5º 0.33% 0.24% -
HSV(B) 280.5º 0.49% 0.32% -
XYZ 4.66 3.41 8.2 -
YUV 53.63 143.45 138.25 -
System Red Green Blue C M Y K H S L
Decimal 68 41 81 0.16 0.49 0 0.68 280.5 0.33 0.24
Hex 44 29 51 10 31 0 44 118 21 18
Octal 104 51 121 20 61 0 104 430 41 30
Binary 1000100 101001 1010001 10000 110001 0 1000100 100011000 100001 11000

Color Harmonies of #442951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442951

Black with #442951

Text Example


Text Example

White with #442951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442951; }

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

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

background-color css

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

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

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

border-color css

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

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

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