Html Css Color HEX #442554 Scarlet Gum

📋 copy color: '#442554'

red 68 ◦ green 37 ◦ blue 84

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

Shades of Scarlet Gum #442554

Tints of Scarlet Gum #442554

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.58%

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

R = 35.98%
G = 19.58%
B = 44.44%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#442554 (or 0x442554) is known color: Scarlet Gum. HEX triplet: 44, 25 and 54. RGB value is (68,37,84). Sum of RGB (Red+Green+Blue) = 68+37+84=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 84 - color contains mainly: blue. Hex color #442554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442554 is #BBDAAB. Grayscale: #333333. Windows color (decimal): -12311212 or 5514564. OLE color: 5514564.

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

Color convert

RGB 68 37 84 -
CMYK 0.19 0.56 0 0.67
HSL 279.57º 0.39% 0.24% -
HSV(B) 279.57º 0.56% 0.33% -
XYZ 4.65 3.19 8.76 -
YUV 51.63 146.27 139.68 -
System Red Green Blue C M Y K H S L
Decimal 68 37 84 0.19 0.56 0 0.67 279.57 0.39 0.24
Hex 44 25 54 13 38 0 43 118 27 18
Octal 104 45 124 23 70 0 103 430 47 30
Binary 1000100 100101 1010100 10011 111000 0 1000011 100011000 100111 11000

Color Harmonies of #442554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442554

Black with #442554

Text Example


Text Example

White with #442554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442554; }

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

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

background-color css

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

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

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

border-color css

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

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

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