#442351

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

Shades of Scarlet Gum #442351

Tints of Scarlet Gum #442351

Color information

#442351 (or 0x442351) is unknown color: approx Scarlet Gum. HEX triplet: 44, 23 and 51. RGB value is (68,35,81). Sum of RGB (Red+Green+Blue) = 68+35+81=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 81 - color contains mainly: blue. Hex color #442351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442351 is #BBDCAE. Grayscale: #313131. Windows color (decimal): -12311727 or 5317444. OLE color: 5317444.

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

Color convert

RGB683581-
CMYK0.160.5700.68
HSL283.04º39.66%22.75%-
HSV(B)283.04º56.79%31.76%-
XYZ4.473.038.13-
YUV50.11145.43140.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.96%
GREEN value IS 35 (14.06% from 255) = 19.02%
BLUE value IS 81 (32.03% from 255) = 44.02%
R=36.96%
G=19.02%
B=44.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6835810.160.5700.68283.0439.6622.75
Hex442351103904411b2817
Octal10443121207101044335027
Binary10001001000111010001100001110010100010010001101110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442351; }

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

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

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

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

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

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

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

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