#442151

Color #442151 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #442151

Tints of Scarlet Gum #442151

Color information

#442151 (or 0x442151) is unknown color: approx 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

RGB683381-
CMYK0.160.5900.68
HSL283.75º42.11%22.35%-
HSV(B)283.75º59.26%31.76%-
XYZ4.412.918.11-
YUV48.94146.1141.6-

RGB Variations

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

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 (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6833810.160.5900.68283.7542.1122.35
Hex442151103B04411c2a16
Octal10441121207301044345226
Binary10001001000011010001100001110110100010010001110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>