Html Css Color HEX #442355 Scarlet Gum

📋 copy color: '#442355'

red 68 ◦ green 35 ◦ blue 85

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

Shades of Scarlet Gum #442355

Tints of Scarlet Gum #442355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 45.21%

R = 36.17%
G = 18.62%
B = 45.21%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#442355 (or 0x442355) is known color: Scarlet Gum. HEX triplet: 44, 23 and 55. RGB value is (68,35,85). Sum of RGB (Red+Green+Blue) = 68+35+85=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 85 - color contains mainly: blue. Hex color #442355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442355 is #BBDCAA. Grayscale: #323232. Windows color (decimal): -12311723 or 5579588. OLE color: 5579588.

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

Color convert

RGB 68 35 85 -
CMYK 0.20 0.59 0 0.67
HSL 279.6º 0.42% 0.24% -
HSV(B) 279.6º 0.59% 0.33% -
XYZ 4.62 3.09 8.95 -
YUV 50.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 68 35 85 0.20 0.59 0 0.67 279.6 0.42 0.24
Hex 44 23 55 14 3B 0 43 118 2A 18
Octal 104 43 125 24 73 0 103 430 52 30
Binary 1000100 100011 1010101 10100 111011 0 1000011 100011000 101010 11000

Color Harmonies of #442355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442355

Black with #442355

Text Example


Text Example

White with #442355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442355; }

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

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

background-color css

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

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

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

border-color css

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

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

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