#442750

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

Shades of Scarlet Gum #442750

Tints of Scarlet Gum #442750

Color information

#442750 (or 0x442750) is unknown color: approx Scarlet Gum. HEX triplet: 44, 27 and 50. RGB value is (68,39,80). Sum of RGB (Red+Green+Blue) = 68+39+80=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: blue. Hex color #442750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442750 is #BBD8AF. Grayscale: #343434. Windows color (decimal): -12310704 or 5252932. OLE color: 5252932.

HSL color Cylindrical-coordinate representation of color #442750: hue angle of 282.44º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #442750 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB683980-
CMYK0.150.5100.69
HSL282.44º34.45%23.33%-
HSV(B)282.44º51.25%31.37%-
XYZ4.563.267.98-
YUV52.34143.61139.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.36%
GREEN value IS 39 (15.62% from 255) = 20.86%
BLUE value IS 80 (31.64% from 255) = 42.78%
R=36.36%
G=20.86%
B=42.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6839800.150.5100.69282.4434.4523.33
Hex442750F3304511a2217
Octal10447120176301054324227
Binary1000100100111101000011111100110100010110001101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442750; }

 p { color: rgb(68,39,80); }

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

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

 a { background-color: rgb(68,39,80); }

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

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

 span { border-color: rgb(68,39,80); }

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