Html Css Color HEX #442151 Scarlet Gum

📋 copy color: '#442151'

red 68 ◦ green 33 ◦ blue 81

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

Shades of Scarlet Gum #442151

Tints of Scarlet Gum #442151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 44.51%

R = 37.36%
G = 18.13%
B = 44.51%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#442151 (or 0x442151) is known color: Scarlet Gum. HEX triplet: 44, 21 and 51. RGB value is (68,33,81). Sum of RGB (Red+Green+Blue) = 68+33+81=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 81 - color contains mainly: blue. Hex color #442151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442151 is #BBDEAE. Grayscale: #303030. Windows color (decimal): -12312239 or 5316932. OLE color: 5316932.

HSL color Cylindrical-coordinate representation of color #442151: hue angle of 283.75º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #442151 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 33 81 -
CMYK 0.16 0.59 0 0.68
HSL 283.75º 0.42% 0.22% -
HSV(B) 283.75º 0.59% 0.32% -
XYZ 4.41 2.91 8.11 -
YUV 48.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 68 33 81 0.16 0.59 0 0.68 283.75 0.42 0.22
Hex 44 21 51 10 3B 0 44 11C 2A 16
Octal 104 41 121 20 73 0 104 434 52 26
Binary 1000100 100001 1010001 10000 111011 0 1000100 100011100 101010 10110

Color Harmonies of #442151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442151

Black with #442151

Text Example


Text Example

White with #442151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442151; }

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

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

background-color css

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

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

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

border-color css

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

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

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