Html Css Color HEX #442250 Scarlet Gum

📋 copy color: '#442250'

red 68 ◦ green 34 ◦ blue 80

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

Shades of Scarlet Gum #442250

Tints of Scarlet Gum #442250

RGB

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

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

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

R = 37.36%
G = 18.68%
B = 43.96%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#442250 (or 0x442250) is known color: Scarlet Gum. HEX triplet: 44, 22 and 50. RGB value is (68,34,80). Sum of RGB (Red+Green+Blue) = 68+34+80=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: blue. Hex color #442250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442250 is #BBDDAF. Grayscale: #313131. Windows color (decimal): -12311984 or 5251652. OLE color: 5251652.

HSL color Cylindrical-coordinate representation of color #442250: hue angle of 284.35º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #442250 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 34 80 -
CMYK 0.15 0.58 0 0.69
HSL 284.35º 0.4% 0.22% -
HSV(B) 284.35º 0.58% 0.31% -
XYZ 4.4 2.95 7.93 -
YUV 49.41 145.26 141.26 -
System Red Green Blue C M Y K H S L
Decimal 68 34 80 0.15 0.58 0 0.69 284.35 0.4 0.22
Hex 44 22 50 F 3A 0 45 11C 28 16
Octal 104 42 120 17 72 0 105 434 50 26
Binary 1000100 100010 1010000 1111 111010 0 1000101 100011100 101000 10110

Color Harmonies of #442250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442250

Black with #442250

Text Example


Text Example

White with #442250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442250; }

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

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

background-color css

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

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

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

border-color css

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

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

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