Html Css Color HEX #442650 Scarlet Gum

📋 copy color: '#442650'

red 68 ◦ green 38 ◦ blue 80

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

Shades of Scarlet Gum #442650

Tints of Scarlet Gum #442650

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.43%

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

R = 36.56%
G = 20.43%
B = 43.01%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#442650 (or 0x442650) is known color: Scarlet Gum. HEX triplet: 44, 26 and 50. RGB value is (68,38,80). Sum of RGB (Red+Green+Blue) = 68+38+80=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #442650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442650 is #BBD9AF. Grayscale: #333333. Windows color (decimal): -12310960 or 5252676. OLE color: 5252676.

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

Color convert

RGB 68 38 80 -
CMYK 0.15 0.52 0 0.69
HSL 282.86º 0.36% 0.23% -
HSV(B) 282.86º 0.53% 0.31% -
XYZ 4.52 3.19 7.97 -
YUV 51.76 143.94 139.58 -
System Red Green Blue C M Y K H S L
Decimal 68 38 80 0.15 0.52 0 0.69 282.86 0.36 0.23
Hex 44 26 50 F 34 0 45 11B 24 17
Octal 104 46 120 17 64 0 105 433 44 27
Binary 1000100 100110 1010000 1111 110100 0 1000101 100011011 100100 10111

Color Harmonies of #442650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442650

Black with #442650

Text Example


Text Example

White with #442650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442650; }

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

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

background-color css

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

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

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

border-color css

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

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

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