Html Css Color HEX #442551 Scarlet Gum

📋 copy color: '#442551'

red 68 ◦ green 37 ◦ blue 81

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

Shades of Scarlet Gum #442551

Tints of Scarlet Gum #442551

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.89%

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

R = 36.56%
G = 19.89%
B = 43.55%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#442551 (or 0x442551) is known color: Scarlet Gum. HEX triplet: 44, 25 and 51. RGB value is (68,37,81). Sum of RGB (Red+Green+Blue) = 68+37+81=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 81 - color contains mainly: blue. Hex color #442551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442551 is #BBDAAE. Grayscale: #333333. Windows color (decimal): -12311215 or 5317956. OLE color: 5317956.

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

Color convert

RGB 68 37 81 -
CMYK 0.16 0.54 0 0.68
HSL 282.27º 0.37% 0.23% -
HSV(B) 282.27º 0.54% 0.32% -
XYZ 4.53 3.15 8.15 -
YUV 51.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 68 37 81 0.16 0.54 0 0.68 282.27 0.37 0.23
Hex 44 25 51 10 36 0 44 11A 25 17
Octal 104 45 121 20 66 0 104 432 45 27
Binary 1000100 100101 1010001 10000 110110 0 1000100 100011010 100101 10111

Color Harmonies of #442551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442551

Black with #442551

Text Example


Text Example

White with #442551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442551; }

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

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

background-color css

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

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

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

border-color css

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

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

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