Html Css Color HEX #442154 Scarlet Gum

📋 copy color: '#442154'

red 68 ◦ green 33 ◦ blue 84

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

Shades of Scarlet Gum #442154

Tints of Scarlet Gum #442154

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.84%

 BLUE value IS 84 (33.2% from 255) = 45.41%

R = 36.76%
G = 17.84%
B = 45.41%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#442154 (or 0x442154) is known color: Scarlet Gum. HEX triplet: 44, 21 and 54. RGB value is (68,33,84). Sum of RGB (Red+Green+Blue) = 68+33+84=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 84 - color contains mainly: blue. Hex color #442154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442154 is #BBDEAB. Grayscale: #313131. Windows color (decimal): -12312236 or 5513540. OLE color: 5513540.

HSL color Cylindrical-coordinate representation of color #442154: hue angle of 281.18º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #442154 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 33 84 -
CMYK 0.19 0.61 0 0.67
HSL 281.18º 0.44% 0.23% -
HSV(B) 281.18º 0.61% 0.33% -
XYZ 4.53 2.96 8.72 -
YUV 49.28 147.6 141.35 -
System Red Green Blue C M Y K H S L
Decimal 68 33 84 0.19 0.61 0 0.67 281.18 0.44 0.23
Hex 44 21 54 13 3D 0 43 119 2C 17
Octal 104 41 124 23 75 0 103 431 54 27
Binary 1000100 100001 1010100 10011 111101 0 1000011 100011001 101100 10111

Color Harmonies of #442154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442154

Black with #442154

Text Example


Text Example

White with #442154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442154; }

 p { color: rgb(68,33,84); }

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

background-color css

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

 a { background-color: rgb(68,33,84); }

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

border-color css

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

 span { border-color: rgb(68,33,84); }

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