#442B51

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

Shades of Scarlet Gum #442B51

Tints of Scarlet Gum #442B51

Color information

#442B51 (or 0x442B51) is unknown color: approx Scarlet Gum. HEX triplet: 44, 2B and 51. RGB value is (68,43,81). Sum of RGB (Red+Green+Blue) = 68+43+81=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 81 - color contains mainly: blue. Hex color #442B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B51 is #BBD4AE. Grayscale: #363636. Windows color (decimal): -12309679 or 5319492. OLE color: 5319492.

HSL color Cylindrical-coordinate representation of color #442B51: hue angle of 279.47º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #442B51 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB684381-
CMYK0.160.4700.68
HSL279.47º30.65%24.31%-
HSV(B)279.47º46.91%31.76%-
XYZ4.733.558.22-
YUV54.81142.78137.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.42%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 81 (32.03% from 255) = 42.19%
R=35.42%
G=22.40%
B=42.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6843810.160.4700.68279.4730.6524.31
Hex442B51102F0441171f18
Octal10453121205701044273730
Binary1000100101011101000110000101111010001001000101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442B51; }

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

 H1.HeaderClassName
 {
   color: #442B51;
 }
 .AnyTagClassName
 {
   color: #442B51;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #442B51;
 }
 .BgClassName
 {
   background-color: #442B51;
 }
</style>
border-color css

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

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

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