Html Css Color HEX #442356 Scarlet Gum

📋 copy color: '#442356'

red 68 ◦ green 35 ◦ blue 86

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

Shades of Scarlet Gum #442356

Tints of Scarlet Gum #442356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 45.5%

R = 35.98%
G = 18.52%
B = 45.5%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#442356 (or 0x442356) is known color: Scarlet Gum. HEX triplet: 44, 23 and 56. RGB value is (68,35,86). Sum of RGB (Red+Green+Blue) = 68+35+86=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 86 - color contains mainly: blue. Hex color #442356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442356 is #BBDCA9. Grayscale: #323232. Windows color (decimal): -12311722 or 5645124. OLE color: 5645124.

HSL color Cylindrical-coordinate representation of color #442356: hue angle of 278.82º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #442356 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 35 86 -
CMYK 0.21 0.59 0 0.66
HSL 278.82º 0.42% 0.24% -
HSV(B) 278.82º 0.59% 0.34% -
XYZ 4.66 3.1 9.16 -
YUV 50.68 147.93 140.35 -
System Red Green Blue C M Y K H S L
Decimal 68 35 86 0.21 0.59 0 0.66 278.82 0.42 0.24
Hex 44 23 56 15 3B 0 42 117 2A 18
Octal 104 43 126 25 73 0 102 427 52 30
Binary 1000100 100011 1010110 10101 111011 0 1000010 100010111 101010 11000

Color Harmonies of #442356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442356

Black with #442356

Text Example


Text Example

White with #442356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442356; }

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

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

background-color css

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

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

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

border-color css

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

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

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