Html Css Color HEX #442251 Scarlet Gum

📋 copy color: '#442251'

red 68 ◦ green 34 ◦ blue 81

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

Shades of Scarlet Gum #442251

Tints of Scarlet Gum #442251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.58%

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

R = 37.16%
G = 18.58%
B = 44.26%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#442251 (or 0x442251) is known color: Scarlet Gum. HEX triplet: 44, 22 and 51. RGB value is (68,34,81). Sum of RGB (Red+Green+Blue) = 68+34+81=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 81 - color contains mainly: blue. Hex color #442251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442251 is #BBDDAE. Grayscale: #313131. Windows color (decimal): -12311983 or 5317188. OLE color: 5317188.

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

Color convert

RGB 68 34 81 -
CMYK 0.16 0.58 0 0.68
HSL 283.4º 0.41% 0.23% -
HSV(B) 283.4º 0.58% 0.32% -
XYZ 4.44 2.97 8.12 -
YUV 49.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 68 34 81 0.16 0.58 0 0.68 283.4 0.41 0.23
Hex 44 22 51 10 3A 0 44 11B 29 17
Octal 104 42 121 20 72 0 104 433 51 27
Binary 1000100 100010 1010001 10000 111010 0 1000100 100011011 101001 10111

Color Harmonies of #442251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442251

Black with #442251

Text Example


Text Example

White with #442251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442251; }

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

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

background-color css

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

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

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

border-color css

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

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

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