Html Css Color HEX #442350 Scarlet Gum

📋 copy color: '#442350'

red 68 ◦ green 35 ◦ blue 80

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

Shades of Scarlet Gum #442350

Tints of Scarlet Gum #442350

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.13%

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

R = 37.16%
G = 19.13%
B = 43.72%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#442350 (or 0x442350) is known color: Scarlet Gum. HEX triplet: 44, 23 and 50. RGB value is (68,35,80). Sum of RGB (Red+Green+Blue) = 68+35+80=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 80 - color contains mainly: blue. Hex color #442350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442350 is #BBDCAF. Grayscale: #313131. Windows color (decimal): -12311728 or 5251908. OLE color: 5251908.

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

Color convert

RGB 68 35 80 -
CMYK 0.15 0.56 0 0.69
HSL 284º 0.39% 0.23% -
HSV(B) 284º 0.56% 0.31% -
XYZ 4.43 3.01 7.94 -
YUV 50 144.93 140.84 -
System Red Green Blue C M Y K H S L
Decimal 68 35 80 0.15 0.56 0 0.69 284 0.39 0.23
Hex 44 23 50 F 38 0 45 11C 27 17
Octal 104 43 120 17 70 0 105 434 47 27
Binary 1000100 100011 1010000 1111 111000 0 1000101 100011100 100111 10111

Color Harmonies of #442350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442350

Black with #442350

Text Example


Text Example

White with #442350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442350; }

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

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

background-color css

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

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

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

border-color css

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

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

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